This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
sh
Watch
1
Star
0
Fork
You've already forked sh
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a2726f2f3b
sh
/
shell
/
alias
/
ps.sh
8 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
bash.d
2023-05-09 20:02:34 +00:00
# look for a string in processes names
ps
2023-05-14 14:10:49 +00:00
alias
pg
=
"
\
\
2023-05-18 11:25:21 +00:00
ps
\
-A
\
|
\
grep
\
ps
2023-05-14 14:10:49 +00:00
"
Reference in a new issue
Copy permalink