mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:15:24 +02:00
factor: add page (#2414)
This commit is contained in:
parent
47ff6a5631
commit
e29f371ac1
1 changed files with 11 additions and 0 deletions
11
pages/linux/factor.md
Normal file
11
pages/linux/factor.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue