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:
parent
53273730de
commit
46a04f2e64
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/nproc.md
Normal file
16
pages.nl/common/nproc.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue