pgrep
This commit is contained in:
parent
7c12c8845b
commit
1b59810390
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
# pgrep
|
||||||
|
|
||||||
# look for a string in processes names
|
# look for a string in processes names
|
||||||
|
#| pgrep
|
||||||
#= pg
|
#= pg
|
||||||
a__proc_grep() {
|
rwx_proc_grep() {
|
||||||
pgrep \
|
pgrep \
|
||||||
--list-full \
|
--list-full \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue