factor
v(uutils coreutils) 0.1.0
Options
--exponents
,-h
-
factor-help-exponents
--help
-
factor-help-help
Examples
Display the prime-factorization of a number:
factor {{number}}
Take the input from stdin
if no argument is specified:
echo {{number}} | factor
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.