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