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