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
beep
Jennifer 2020-10-12 23:05:33 +02:00 committed by GitHub
parent b3c2c81d07
commit 9ab2b0cfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 0 deletions

7
pages.nl/common/false.md Normal file
View File

@ -0,0 +1,7 @@
# false
> Geeft een afsluitcode van 1 terug.
- Geeft een afsluitcode van 1 terug:
`false`

View 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
View File

@ -0,0 +1,7 @@
# time
> Kijk hoe lang een opdracht duurt.
- Tijd "ls":
`time ls`

7
pages.nl/common/tty.md Normal file
View File

@ -0,0 +1,7 @@
# tty
> Geeft de naam van de terminal terug.
- Druk de bestandsnaam van deze terminal af:
`tty`

View File

@ -0,0 +1,7 @@
# unclutter
> Verbergt de muiscursor.
- Verbergt de muiscursor na 3 seconden:
`unclutter -idle {{3}}`