logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pgrep - Find Processes by Name | Online Free DevTools by Hexmos

Find processes by name with Pgrep. Quickly locate and signal running programs using command line. Free online tool, no registration required.

pgrep

Find or signal processes by name. More information: https://www.manned.org/pgrep.

  • Return PIDs of any running processes with a matching command string:

pgrep {{process_name}}

  • Search for processes including their command-line options:

pgrep {{[-f|--full]}} "{{process_name}} {{parameter}}"

  • Search for processes run by a specific user:

pgrep {{[-u|--euid]}} root {{process_name}}

See Also