1
0
Fork 0
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:
Sebastiaan Speck 2024-06-26 17:14:40 +02:00 committed by GitHub
parent 771739c4c2
commit 612cc5c512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages.nl/common/who.md Normal file
View 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`