mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 09:13:49 +02:00
head: update Dutch translation (#16349)
This commit is contained in:
parent
110ba0ed0b
commit
b0b9e06444
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
- Geef de eerste paar regels van een bestand weer:
|
||||
|
||||
`head --lines {{8}} {{pad/naar/bestand}}`
|
||||
`head {{[-n|--lines]}} {{8}} {{pad/naar/bestand}}`
|
||||
|
||||
- Geef de eerste paar bytes van een bestand weer:
|
||||
|
||||
`head --bytes {{8}} {{pad/naar/bestand}}`
|
||||
`head {{[-c|--bytes]}} {{8}} {{pad/naar/bestand}}`
|
||||
|
||||
- Geef alles behalve de laatste paar regels van een bestand weer:
|
||||
|
||||
`head --lines -{{8}} {{pad/naar/bestand}}`
|
||||
`head {{[-n|--lines]}} -{{8}} {{pad/naar/bestand}}`
|
||||
|
||||
- Geef alles behalve de laatste paar bytes van een bestand weer:
|
||||
|
||||
`head --bytes -{{8}} {{pad/naar/bestand}}`
|
||||
`head {{[-c|--bytes]}} -{{8}} {{pad/naar/bestand}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue