mv
This commit is contained in:
parent
1b59810390
commit
e94d6fec66
1 changed files with 0 additions and 0 deletions
10
sh/ps/pgrep.sh
Normal file
10
sh/ps/pgrep.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
# pgrep
|
||||
|
||||
# look for a string in processes names
|
||||
#| pgrep
|
||||
#= pg
|
||||
rwx_proc_grep() {
|
||||
pgrep \
|
||||
--list-full \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue