1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

user short option for id command

This commit is contained in:
Frank Dietrich 2017-11-24 13:04:02 +01:00
parent ded5c11e43
commit 9ec1c1f4a5

View file

@ -16,8 +16,8 @@
- List all processes of the current user in extra full format:
`ps --user $(id --user) -F`
`ps --user $(id -u) -F`
- List all processes of the current user as a tree:
`ps --user $(id --user) f`
`ps --user $(id -u) f`