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 the usage of the this [...]
Posted in Misc, Text Manipulation, backquote, cat, pipeline, seq, wc | Hits: 10046 | 1 Comment »
Live Chat!








