print N times
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, A theoretical question.echo abcd | sed 'p;p;p' prints the word "abcd" 4 times.Is there a simpler way to print a word N times ( N=large number) by NOT using the "p" command N-1 times.it has to be simple like we use in a regular for loop. thanksScott W [Non-text portions of this message have been removed]