1FACTOR(1) User Commands FACTOR(1)
2
3
4
6 factor - factor numbers
7
9 factor [NUMBER]...
10 factor OPTION
11
13 Print the prime factors of each specified integer NUMBER. If none are
14 specified on the command line, read them from standard input.
15
16 --help display this help and exit
17
18 --version
19 output version information and exit
20
22 Written by Paul Rubin, Torbjorn Granlund, and Niels Moller.
23
25 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
26 Report factor translation bugs to <https://translationpro‐
27 ject.org/team/>
28
30 Copyright © 2018 Free Software Foundation, Inc. License GPLv3+: GNU
31 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
32 This is free software: you are free to change and redistribute it.
33 There is NO WARRANTY, to the extent permitted by law.
34
36 Full documentation at: <https://www.gnu.org/software/coreutils/factor>
37 or available locally via: info '(coreutils) factor invocation'
38
39
40
41GNU coreutils 8.30 July 2018 FACTOR(1)