coreutils commands: move pages to common/ folder (#2442)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
9ef7ec119a
commit
72b4f22ff9
11
pages/common/factor.md
Normal file
11
pages/common/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`
|
Reference in New Issue
Block a user