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:
parent
ded5c11e43
commit
9ec1c1f4a5
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue