Main index | Section 1 | Deutsch | Options |
All numbers are interpreted as floating point.
Normally integer values are printed as decimal integers.
The seq utility accepts the following options:
| |
Use a printf(3) style format to print each number. Only the A, a, E, e, F, f, G, g, and % conversion characters are valid, along with any optional flags and an optional numeric minimum field width or precision. The format can contain character escape sequences in backslash notation as defined in -ansiC. The default is %g. | |
| |
Use string to separate numbers. The string can contain character escape sequences in backslash notation as defined in -ansiC. The default is \n. | |
| |
Use string to terminate sequence of numbers. The string can contain character escape sequences in backslash notation as defined in -ansiC. This option is useful when the default separator does not contain a \n. | |
| |
Equalize the widths of all numbers by padding with zeros as necessary.
This option has no effect with the
| |
# seq 1 3 1 2 3# seq 3 1 3 2 1
# seq -w 0 .05 .1 0.00 0.05 0.10
SEQ (1) | April 30, 2018 |
Main index | Section 1 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | … one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs. | ” |
— Robert Firth |