alias/pgrep

This commit is contained in:
Marc Beninca 2025-07-06 19:16:29 +02:00
parent 8cb5611700
commit 3cd761254a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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