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