factor: add page (#2414)

italian
Anmol Singh Jaggi 2018-10-09 03:40:56 +05:30 committed by Starbeamrainbowlabs
parent 47ff6a5631
commit e29f371ac1
1 changed files with 11 additions and 0 deletions

11
pages/linux/factor.md Normal file
View 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`