Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-13 00:18:34 +00:00
parent ffbd8c31db
commit 904f7fe0c1
46 changed files with 228 additions and 157 deletions

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Kill all processes which match their full command instead of just the process name:
`pkill -f "{{command_name}}"`
`pkill {{[-f|--full]}} "{{command_name}}"`
- Force kill matching processes (can't be blocked):
@@ -27,4 +27,4 @@ source: https://github.com/tldr-pages/tldr.git
- Kill the main `firefox` process to close the browser:
`pkill --oldest "{{firefox}}"`
`pkill {{[-o|--oldest]}} "{{firefox}}"`