Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


sequence_of_numbers

This is an old revision of the document!


==== Using seq to Create a Sequence of Numbers

$ seq -w -s " " 5 18
05 06 07 08 09 10 11 12 13 14 15 16 17 18

$ seq -w -s " " 9 3 48
09 12 15 18 21 24 27 30 33 36 39 42 45 48
sequence_of_numbers.1671116012.txt.gz · Last modified: 2022/12/15 09:53 by juckins