factor: add Dutch translation (#13033)

pull/28/head
Sebastiaan Speck 2024-06-18 15:32:19 +02:00 committed by GitHub
parent 3d7b3ea6b0
commit a15e56f0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
pages.nl/common/factor.md Normal file
View File

@ -0,0 +1,12 @@
# factor
> Toon de priemfactor van een getal.
> Meer informatie: <https://www.gnu.org/software/coreutils/factor>.
- Toon de priemfactor van een getal:
`factor {{nummer}}`
- Neem de invoer van `stdin` als er geen argument is opgegeven:
`echo {{nummer}} | factor`