Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-10 00:18:10 +00:00
parent 23dbe1558c
commit 5dffd8f775
10 changed files with 106 additions and 42 deletions

View File

@@ -13,9 +13,9 @@ source: https://github.com/tldr-pages/tldr.git
`kill {{process_id}}`
- List signal values and their corresponding names (to be used without the `SIG` prefix):
- List signal values and their corresponding names (to be used without the `SIG` prefix). The available options may depend on the `kill` implementation:
`kill -L`
`kill {{-l|-L|--table}}`
- Terminate a background job: