LinuxCommandLibrary

psgrep

psgrep

TLDR

Find process lines containing a specific string

$ psgrep [process_name]
copy


Find process lines containing a specific string, excluding headers
$ psgrep -n [process_name]
copy


Search using a simplified format (PID, user, command)
$ psgrep -s [process_name]
copy

Copied to clipboard