pgrep โ€” Find processes by name. # source: tldr ยท verified Examples: # Return PIDs of any running processes with a matching command string [GNU] $ pgrep process_name # Also display the full command [GNU] $ pgrep [-a|--list-full] process_name # Search for processes including their command-line options [GNU] $ pgrep [-f|--full] "process_name parameter" # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/pgrep