mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
false, logname, time, tty, unclutter: add Dutch translation (#4613)
* false: add Dutch translation * logname: add Dutch translation * time: add Dutch translation * tty: add Dutch translation * unclutter: add Dutch translation
This commit is contained in:
parent
b3c2c81d07
commit
9ab2b0cfe3
5 changed files with 35 additions and 0 deletions
7
pages.nl/common/false.md
Normal file
7
pages.nl/common/false.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# false
|
||||
|
||||
> Geeft een afsluitcode van 1 terug.
|
||||
|
||||
- Geeft een afsluitcode van 1 terug:
|
||||
|
||||
`false`
|
7
pages.nl/common/logname.md
Normal file
7
pages.nl/common/logname.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# logname
|
||||
|
||||
> Toont de inlognaam van de gebruiker.
|
||||
|
||||
- Geef de momenteel aangemelde gebruikersnaam weer:
|
||||
|
||||
`logname`
|
7
pages.nl/common/time.md
Normal file
7
pages.nl/common/time.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# time
|
||||
|
||||
> Kijk hoe lang een opdracht duurt.
|
||||
|
||||
- Tijd "ls":
|
||||
|
||||
`time ls`
|
7
pages.nl/common/tty.md
Normal file
7
pages.nl/common/tty.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# tty
|
||||
|
||||
> Geeft de naam van de terminal terug.
|
||||
|
||||
- Druk de bestandsnaam van deze terminal af:
|
||||
|
||||
`tty`
|
7
pages.nl/common/unclutter.md
Normal file
7
pages.nl/common/unclutter.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# unclutter
|
||||
|
||||
> Verbergt de muiscursor.
|
||||
|
||||
- Verbergt de muiscursor na 3 seconden:
|
||||
|
||||
`unclutter -idle {{3}}`
|
Loading…
Add table
Reference in a new issue