Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-21 00:26:22 +00:00
parent 51e1b58889
commit 49187d6be0
11 changed files with 138 additions and 25 deletions

View File

@@ -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}}"`