mirror of https://github.com/CrimsonTome/tldr.git
user short option for `id` command
parent
ded5c11e43
commit
9ec1c1f4a5
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
- List all processes of the current user in extra full format:
|
- 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:
|
- List all processes of the current user as a tree:
|
||||||
|
|
||||||
`ps --user $(id --user) f`
|
`ps --user $(id -u) f`
|
||||||
|
|
Loading…
Reference in New Issue