RosettaCodeData/Task/Repeat-a-string/Sed/repeat-a-string.sed
2017-09-25 22:28:19 +02:00

2 lines
41 B
Sed

$ echo ha | sed 's/.*/&&&&&/'
hahahahaha