diff --git a/pages.nl/common/false.md b/pages.nl/common/false.md new file mode 100644 index 000000000..fcaa67c08 --- /dev/null +++ b/pages.nl/common/false.md @@ -0,0 +1,7 @@ +# false + +> Geeft een afsluitcode van 1 terug. + +- Geeft een afsluitcode van 1 terug: + +`false` diff --git a/pages.nl/common/logname.md b/pages.nl/common/logname.md new file mode 100644 index 000000000..87f9eecc7 --- /dev/null +++ b/pages.nl/common/logname.md @@ -0,0 +1,7 @@ +# logname + +> Toont de inlognaam van de gebruiker. + +- Geef de momenteel aangemelde gebruikersnaam weer: + +`logname` diff --git a/pages.nl/common/time.md b/pages.nl/common/time.md new file mode 100644 index 000000000..4db68a87a --- /dev/null +++ b/pages.nl/common/time.md @@ -0,0 +1,7 @@ +# time + +> Kijk hoe lang een opdracht duurt. + +- Tijd "ls": + +`time ls` diff --git a/pages.nl/common/tty.md b/pages.nl/common/tty.md new file mode 100644 index 000000000..ac7052d37 --- /dev/null +++ b/pages.nl/common/tty.md @@ -0,0 +1,7 @@ +# tty + +> Geeft de naam van de terminal terug. + +- Druk de bestandsnaam van deze terminal af: + +`tty` diff --git a/pages.nl/common/unclutter.md b/pages.nl/common/unclutter.md new file mode 100644 index 000000000..4b584b62a --- /dev/null +++ b/pages.nl/common/unclutter.md @@ -0,0 +1,7 @@ +# unclutter + +> Verbergt de muiscursor. + +- Verbergt de muiscursor na 3 seconden: + +`unclutter -idle {{3}}`