mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 21:49:46 +00:00
Update cheatsheets
This commit is contained in:
17
factor
Normal file
17
factor
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# factor
|
||||
|
||||
> Prints the prime factorization of a number.
|
||||
> More information: <https://www.gnu.org/software/coreutils/factor>.
|
||||
|
||||
- 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