head: add Dutch translation (#13389)
This commit is contained in:
20
pages.nl/linux/head.md
Normal file
20
pages.nl/linux/head.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# head
|
||||
|
||||
> Geef het eerste deel van bestanden weer.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/head>.
|
||||
|
||||
- Geef de eerste paar regels van een bestand weer:
|
||||
|
||||
`head --lines {{aantal}} {{pad/naar/bestand}}`
|
||||
|
||||
- Geef de eerste paar bytes van een bestand weer:
|
||||
|
||||
`head --bytes {{aantal}} {{pad/naar/bestand}}`
|
||||
|
||||
- Geef alles behalve de laatste paar regels van een bestand weer:
|
||||
|
||||
`head --lines -{{aantal}} {{pad/naar/bestand}}`
|
||||
|
||||
- Geef alles behalve de laatste paar bytes van een bestand weer:
|
||||
|
||||
`head --bytes -{{aantal}} {{pad/naar/bestand}}`
|
Reference in New Issue
Block a user