Repeat each line a specified number of times. Useful for generating repeated patterns, separators, or test data.
Example
abc (n: 3) → abcabcabc
ha (n: 5) → hahahahaha
- (n: 10) → ----------
Repeat each line a specified number of times. Useful for generating repeated patterns, separators, or test data.
abc (n: 3) → abcabcabc
ha (n: 5) → hahahahaha
- (n: 10) → ----------