These programs do numerically-related operations.
factor
: Print prime factors
factor
prints prime factors. Synopses:
factor [number]... factor option
If no number is specified on the command line, factor
reads
numbers from standard input, delimited by newlines, tabs, or spaces.
The only options are `--help' and `--version'. See section 2. Common options.
seq
: Print numeric sequences
seq
prints a sequence of numbers to standard output. Synopses:
seq [option]... [first [step]] last...
seq
prints the numbers from first to last by
step. By default, first and step are both 1, and each
number is printed on its own line. All numbers can be reals, not just
integers.
The program accepts the following options. Also see section 2. Common options.
Go to the first, previous, next, last section, table of contents.