RosettaCodeData/Task/Repeat-a-string/Sed/repeat-a-string.sed
2023-07-01 13:44:08 -04:00

2 lines
41 B
Sed

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