mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 02:02:34 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,6 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pgrep {{process_name}}`
|
||||
|
||||
- Also display the full command:
|
||||
|
||||
`pgrep {{[-a|--list-full]}} {{process_name}}`
|
||||
|
||||
- Search for processes including their command-line options:
|
||||
|
||||
`pgrep {{[-f|--full]}} "{{process_name}} {{parameter}}"`
|
||||
|
||||
Reference in New Issue
Block a user