mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 21:15:22 +02:00
df: update Dutch translation (#13852)
This commit is contained in:
parent
381e0cf115
commit
21804ee8bc
1 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Toon alle bestandssystemen en hun schijfgebruik in een leesbaar formaat:
|
||||
|
||||
`df -h`
|
||||
`df {{-h|--human-readable}}`
|
||||
|
||||
- Toon het bestandssysteem en het schijfgebruik voor het opgegeven bestand of map:
|
||||
|
||||
|
@ -17,8 +17,12 @@
|
|||
|
||||
- Neem statistieken op over het aantal beschikbare [i]-knooppunte:
|
||||
|
||||
`df -i`
|
||||
`df {{-i|--inodes}}`
|
||||
|
||||
- Toon bestandssystemen maar negeer specifieke types:
|
||||
|
||||
`df -x {{squashfs}} -x {{tmpfs}}`
|
||||
`df {{-x|--exclude-type}} {{squashfs}} {{-x|--exclude-type}} {{tmpfs}}`
|
||||
|
||||
- Toon bestandssysteem-types:
|
||||
|
||||
`df {{-T|--print-type}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue