1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

nproc: add Dutch translation (#13175)

This commit is contained in:
Sebastiaan Speck 2024-06-27 08:06:11 +02:00 committed by GitHub
parent 53273730de
commit 46a04f2e64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.nl/common/nproc.md Normal file
View file

@ -0,0 +1,16 @@
# nproc
> Toon het aantal beschikbare verwerkingsunits (meestal CPU's).
> Meer informatie: <https://www.gnu.org/software/coreutils/nproc>.
- Toon het aantal beschikbare verwerkingsunits:
`nproc`
- Toon het aantal geïnstalleerde verwerkingsunits, inclusief eventuele inactieve:
`nproc --all`
- Trek, indien mogelijk, een bepaald aantal units af van de geretourneerde waarde:
`nproc --ignore {{aantal}}`