mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 04:58:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}"`
|
||||
|
||||
Reference in New Issue
Block a user