This commit is contained in:
Marc Beninca 2025-07-27 20:37:16 +02:00
parent 7c12c8845b
commit 1b59810390
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,6 +1,9 @@
# pgrep
# look for a string in processes names # look for a string in processes names
#| pgrep
#= pg #= pg
a__proc_grep() { rwx_proc_grep() {
pgrep \ pgrep \
--list-full \ --list-full \
"${@}" "${@}"