mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
8b64351362
Unlike pidof's similar option, the pgrep version will run the match predicates against every thread of the system and printing matching tids (unlike pidof which will run match predicates on every process of the system and then list every thread of every matched process).