SEQ(1) - General Commands Manual
SEQ(1) - General Commands Manual # SEQ(1) - General Commands Manual NAME # seq - print sequences of numbers SYNOPSIS # seq [-w] [-f format] [-s string] [first [incr]] last DESCRIPTION # The seq utility prints a sequence of numbers, one per line by default, from first (default 1) to as near last as possible, in increments of incr (default 1). When first is larger than last, the default incr is -1. ...