mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 00:24:56 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
11 lines
211 B
Markdown
11 lines
211 B
Markdown
# factor
|
|
|
|
> Prints the prime factorization of a number.
|
|
|
|
- Display the prime-factorization of a number:
|
|
|
|
`factor {{number}}`
|
|
|
|
- Take the input from stdin if no argument is specified:
|
|
|
|
`echo {{number}} | factor`
|