generate and print a sequence of number
September 28th, 2006 mysurface
To generate a sequence of number we can use seq seq 1 10 With this it prints 1 to 10 line by line, because by default separator is new line, anyway you can check, do this seq -s” ” 1 10 Doing this it change new line to a single blank space. But that is [...]
Posted in backquote, cat, Misc, pipeline, seq, Text Manipulation, wc | Hits: 61690 | 1 Comment »






