mv
This commit is contained in:
parent
441c42896b
commit
31e52f9861
1 changed files with 0 additions and 0 deletions
7
sh/alias/pgrep.sh
Normal file
7
sh/alias/pgrep.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
# look for a string in processes names
|
||||
pg() {
|
||||
ps \
|
||||
-A |
|
||||
grep \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue