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 any translation bugs to <https://translationproject.org/team/>
27
29 Copyright © 2022 Free Software Foundation, Inc. License GPLv3+: GNU
30 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
31 This is free software: you are free to change and redistribute it.
32 There is NO WARRANTY, to the extent permitted by law.
33
35 Full documentation <https://www.gnu.org/software/coreutils/factor>
36 or available locally via: info '(coreutils) factor invocation'
37
38
39
40GNU coreutils 9.1 May 2023 FACTOR(1)