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
cfd529a5d8
sh
/
shell
/
alias
/
ps.sh
8 lines
80 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
pg
2024-11-16 14:29:05 +00:00
pg
(
)
{
ps
\
-A
|
grep
\
"
${
@
}
"
}
Reference in a new issue
Copy permalink