mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pinky: add Dutch translation (#13151)
This commit is contained in:
parent
78876b781f
commit
53273730de
1 changed files with 28 additions and 0 deletions
28
pages.nl/common/pinky.md
Normal file
28
pages.nl/common/pinky.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# pinky
|
||||
|
||||
> Toon gebruikersinformatie met behulp van het `finger`-protocol.
|
||||
> Meer informatie: <https://manned.org/pinky>.
|
||||
|
||||
- Toon details over de huidige gebruiker:
|
||||
|
||||
`pinky`
|
||||
|
||||
- Toon details voor een specifieke gebruiker:
|
||||
|
||||
`pinky {{gebruiker}}`
|
||||
|
||||
- Toon details in het lange formaat:
|
||||
|
||||
`pinky {{gebruiker}} -l`
|
||||
|
||||
- Laat de home directory en shell van de gebruiker weg in het lange formaat:
|
||||
|
||||
`pinky {{gebruiker}} -lb`
|
||||
|
||||
- Laat het projectbestand van de gebruiker weg in het lange formaat:
|
||||
|
||||
`pinky {{gebruiker}} -lh`
|
||||
|
||||
- Laat de kolomkoppen weg in het korte formaat:
|
||||
|
||||
`pinky {{gebruiker}} -f`
|
Loading…
Add table
Reference in a new issue