diff --git a/sh/alias/pgrep.sh b/sh/alias/pgrep.sh index 9f04267..fe9a644 100644 --- a/sh/alias/pgrep.sh +++ b/sh/alias/pgrep.sh @@ -1,6 +1,9 @@ +# pgrep + # look for a string in processes names +#| pgrep #= pg -a__proc_grep() { +rwx_proc_grep() { pgrep \ --list-full \ "${@}"