1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:35:34 +02:00

free: add Dutch translation (#17345)

This commit is contained in:
Dylan 2025-07-26 04:58:59 +00:00 committed by GitHub
parent 39feb0bacd
commit 172c039a13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

20
pages.nl/linux/free.md Normal file
View file

@ -0,0 +1,20 @@
# free
> Toon hoeveelheid beschikbare en gebruikt geheugen in het systeem.
> Meer informatie: <https://manned.org/free>.
- Toon systeemgeheugen:
`free`
- Toon geheugen in Bytes/KB/MB/GB:
`free -{{b|k|m|g}}`
- Toon geheugen in leesbare eenheden:
`free {{[-h|--human]}}`
- Ververs de uitvoer elke 2 seconden:
`free {{[-s|--seconds]}} 2`

View file

@ -17,4 +17,4 @@
- Refresh the output every 2 seconds:
`free {{[-s|--seconds]}} {{2}}`
`free {{[-s|--seconds]}} 2`