mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
arch, chsh, source, unalias, view, visudo, yes, zless: add Dutch translations (#4615)
This commit is contained in:
parent
08216c5397
commit
7531d21a7c
8 changed files with 70 additions and 0 deletions
8
pages.nl/common/arch.md
Normal file
8
pages.nl/common/arch.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# arch
|
||||||
|
|
||||||
|
> Geef de naam van de systeemarchitectuur weer.
|
||||||
|
> Zie ook `uname`.
|
||||||
|
|
||||||
|
- Geef de architectuur van het systeem weer:
|
||||||
|
|
||||||
|
`arch`
|
7
pages.nl/common/chsh.md
Normal file
7
pages.nl/common/chsh.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# chsh
|
||||||
|
|
||||||
|
> Wijzig de login-shell van de gebruiker.
|
||||||
|
|
||||||
|
- Wijzig shell:
|
||||||
|
|
||||||
|
`chsh -s {{pad/naar/shell_binary}} {{gebruikersnaam}}`
|
7
pages.nl/common/source.md
Normal file
7
pages.nl/common/source.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# source
|
||||||
|
|
||||||
|
> Voer opdrachten uit vanuit een bestand in de huidige shell.
|
||||||
|
|
||||||
|
- Evalueer de inhoud van een bepaald bestand:
|
||||||
|
|
||||||
|
`source {{pad/naar/bestand}}`
|
11
pages.nl/common/unalias.md
Normal file
11
pages.nl/common/unalias.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# unalias
|
||||||
|
|
||||||
|
> Verwijder aliassen.
|
||||||
|
|
||||||
|
- Verwijder een alias:
|
||||||
|
|
||||||
|
`unalias {{alias_naam}}`
|
||||||
|
|
||||||
|
- Verwijder alle aliassen:
|
||||||
|
|
||||||
|
`unalias -a`
|
8
pages.nl/common/view.md
Normal file
8
pages.nl/common/view.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# view
|
||||||
|
|
||||||
|
> Een alleen-lezen versie van `vim`.
|
||||||
|
> Dit is gelijk aan `vim -R`.
|
||||||
|
|
||||||
|
- Open een bestand:
|
||||||
|
|
||||||
|
`view {{bestand}}`
|
11
pages.nl/common/visudo.md
Normal file
11
pages.nl/common/visudo.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# visudo
|
||||||
|
|
||||||
|
> Bewerk veilig het sudoers-bestand.
|
||||||
|
|
||||||
|
- Bewerk sudoers-bestand:
|
||||||
|
|
||||||
|
`sudo visudo`
|
||||||
|
|
||||||
|
- Controleer sudoers-bestand op fouten:
|
||||||
|
|
||||||
|
`sudo visudo -c`
|
11
pages.nl/common/yes.md
Normal file
11
pages.nl/common/yes.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# yes
|
||||||
|
|
||||||
|
> Voer herhaaldelijk iets uit.
|
||||||
|
|
||||||
|
- Voer herhaaldelijk "bericht" uit:
|
||||||
|
|
||||||
|
`yes {{bericht}}`
|
||||||
|
|
||||||
|
- Voor herhaaldelijk "y" uit:
|
||||||
|
|
||||||
|
`yes`
|
7
pages.nl/common/zless.md
Normal file
7
pages.nl/common/zless.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# zless
|
||||||
|
|
||||||
|
> Bekijk gecomprimeerde bestanden.
|
||||||
|
|
||||||
|
- Blader door een gecomprimeerd archief met `minder`:
|
||||||
|
|
||||||
|
`zless {{bestand.txt.gz}}`
|
Loading…
Add table
Reference in a new issue