Skip to content

Commit

Permalink
cut, du: update Dutch page (#12750)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed May 9, 2024
1 parent 2bb7a52 commit 476657c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages.nl/common/cut.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
- Toon een bereik van iedere regel voor een specifiek bestand:

`cut --characters {{1}} {{pad/naar/bestand}}`

- Toon specifieke velden van `NUL` afgesloten regels (bijv. zoals in `find . -print0`) in plaats van nieuwe regels:

`{{command}} | cut --zero-terminated --fields {{1}}`
4 changes: 4 additions & 0 deletions pages.nl/common/du.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
- Toont de grootte in leesbare vorm van alle `.jpg` bestanden in sub-mappen van de huidige map en laat een cumulatief totaal zien op het eind:

`du -ch {{*/*.jpg}}`

- Toont alle bestanden en mappen (inclusief verborgen) boven een bepaalde drempelwaarde ([t]hreshold) (bruikbaar om te onderzoeken wat veel ruimte in neemt):

`du --all --human-readable --threshold {{1G|1024M|1048576K}} .[^.]* *`

0 comments on commit 476657c

Please sign in to comment.