This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
rwx
Watch
1
Star
0
Fork
You've already forked rwx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fb0513c45f
rwx
/
sh
/
alias
/
pgrep.sh
8 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
refactor(history): commit development branch new development branch from root commit
2025-02-10 21:54:51 +01:00
# look for a string in processes names
alias/pgrep
2025-07-06 19:16:29 +02:00
#= pg
refactor(history): commit development branch new development branch from root commit
2025-02-10 21:54:51 +01:00
a__proc_grep
(
)
{
pgrep
\
--list-full
\
"
${
@
}
"
}
Reference in a new issue
Copy permalink