nproc: add Dutch translation (#13175)
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user