On Sat, 2026-07-18 at 11:12 -0600, Joe Zeff wrote: > On 7/18/26 6:37 AM, Felix Miata wrote: > > # alias | grep rpm > > alias rpmqa='rpm -qa | sort | grep $*' > > One more I find handy: > > alias grepit= ps aux | grep $1 | grep -v grep
Why not use pgrep? It already does all that. (See also pkill). poc -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
