
psgrep
List of commands for psgrep:
-
psgrep:tldr:42273 psgrep: Search using a simplified format (PID, user, command).$ psgrep -s ${process_name}try on your machineexplain this command
-
psgrep:tldr:c1f87 psgrep: Find process lines containing a specific string, excluding headers.$ psgrep -n ${process_name}try on your machineexplain this command
-
psgrep:tldr:ede4c psgrep: Find process lines containing a specific string.$ psgrep ${process_name}try on your machineexplain this command