mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 00:55:52 +02:00
who: add Dutch translation (#13167)
This commit is contained in:
parent
771739c4c2
commit
612cc5c512
1 changed files with 20 additions and 0 deletions
20
pages.nl/common/who.md
Normal file
20
pages.nl/common/who.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# who
|
||||
|
||||
> Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd).
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/who>.
|
||||
|
||||
- Toon de gebruikersnaam, line en tijd van alle huidige ingelogde sessies:
|
||||
|
||||
`who`
|
||||
|
||||
- Toon informatie alleen voor de huidige terminalsessie:
|
||||
|
||||
`who am i`
|
||||
|
||||
- Toon alle beschikbare informatie:
|
||||
|
||||
`who -a`
|
||||
|
||||
- Toon alle beschikbare informatie met tabelkoppen:
|
||||
|
||||
`who -a -H`
|
Loading…
Add table
Reference in a new issue