alias/pgrep
This commit is contained in:
parent
8cb5611700
commit
3cd761254a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# look for a string in processes names
|
# look for a string in processes names
|
||||||
pg() { a__proc_grep "${@}"; }
|
#= pg
|
||||||
a__proc_grep() {
|
a__proc_grep() {
|
||||||
pgrep \
|
pgrep \
|
||||||
--list-full \
|
--list-full \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue