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.
23
25 Report factor bugs to bug-coreutils@gnu.org
26 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
27 General help using GNU software: <http://www.gnu.org/gethelp/>
28 Report factor translation bugs to <http://translationproject.org/team/>
29
31 Copyright © 2010 Free Software Foundation, Inc. License GPLv3+: GNU
32 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
33 This is free software: you are free to change and redistribute it.
34 There is NO WARRANTY, to the extent permitted by law.
35
37 The full documentation for factor is maintained as a Texinfo manual.
38 If the info and factor programs are properly installed at your site,
39 the command
40
41 info coreutils 'factor invocation'
42
43 should give you access to the complete manual.
44
45
46
47GNU coreutils 8.4 June 2018 FACTOR(1)