dir: add Dutch translation and fix placeholder (#13391)

* dir: add Dutch translation

* dir: fix typo
This commit is contained in:
Sebastiaan Speck 2024-08-13 00:42:15 +02:00 committed by GitHub
parent d7f8674c75
commit 1c7164c233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 1 deletions

25
pages.nl/linux/dir.md Normal file
View File

@ -0,0 +1,25 @@
# dir
> Toon de inhoud van een directory met één regel per bestand, speciale tekens worden weergegeven met backslash-escape-sequenties.
> Werkt als `ls -C --escape`.
> Meer informatie: <https://manned.org/dir>.
- Toon alle bestanden, inclusief verborgen bestanden:
`dir --all`
- Toon bestanden inclusief hun auteur (`-l` is vereist):
`dir -l --author`
- Toon bestanden en sluit degenen uit die overeenkomen met een specifiek patroon:
`dir --hide={{patroon}}`
- Toon subdirectories recursief:
`dir --recursive`
- Toon hulp:
`dir --help`

View File

@ -6,7 +6,7 @@
- List all files, including hidden files:
`dir -all`
`dir --all`
- List files including their author (`-l` is required):