psgrep
Search running processes with `grep`.
- Find process lines containing a specific string:
psgrep {process_name}
- Find process lines containing a specific string, excluding headers:
psgrep -n {process_name}
- Search using a simplified format (PID, user, command):
psgrep -s {process_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).