Utilities
1.1 seq
1.2 tmux
1.3 tree
1.4 rsync
1.5 SFTP
1.1 seq
On this page:
1.1.1 Synopsis
1.1.2 Description
1.1.3 Author
8.1

1.1 seq

seq – print a sequence of numbers

1.1.1 Synopsis

seq [OPTION]... LAST

seq [OPTION]... FIRST LAST

seq [OPTION]... FIRST INCREMENT LAST

1.1.2 Description

Print numbers from FIRST to LAST, in steps of INCREMENT. If FIRST or INCREMENT is omitted, it defaults to 1.

1.1.3 Author

Written by Ulrich Drepper.