1FACTOR(1) User Commands FACTOR(1)
2
3
4
6 factor - factor numbers
7
9 factor [OPTION] [NUMBER]...
10
12 Print the prime factors of each specified integer NUMBER. If none are
13 specified on the command line, read them from standard input.
14
15 -h, --exponents
16 print repeated factors in form p^e unless e is 1
17
18 --help display this help and exit
19
20 --version
21 output version information and exit
22
24 Written by Paul Rubin, Torbjorn Granlund, and Niels Moller.
25
27 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
28 Report any translation bugs to <https://translationproject.org/team/>
29
31 Copyright © 2023 Free Software Foundation, Inc. License GPLv3+: GNU
32 GPL version 3 or later <https://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 Full documentation <https://www.gnu.org/software/coreutils/factor>
38 or available locally via: info '(coreutils) factor invocation'
39
40
41
42GNU coreutils 9.3 September 2023 FACTOR(1)