Skip to main content
edited tags; edited tags
Link
terdon
  • 252.7k
  • 69
  • 481
  • 719
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 267
added 6 characters in body; deleted 7 characters in body
Source Link
Sourav
  • 1.4k
  • 2
  • 12
  • 18

I need help on creating a shell script which will take input string and expand as below:

Input   => output

A2B3C4 => AABBBCCCC

I need help on creating a script which will take input string and expand as below:

Input  output

A2B3C4 => AABBBCCCC

I need help on creating a shell script which will take input string and expand as below:

Input => output

A2B3C4 => AABBBCCCC

Source Link
Sourav
  • 1.4k
  • 2
  • 12
  • 18
Loading