Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-07 00:17:34 +00:00
parent efdf464901
commit c8986586ce
16 changed files with 308 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- List the commands and the names of the expected events:
`trap -p`
`trap`
- Execute a command when a signal is received:
@@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- Remove commands:
`trap - {{SIGHUP}} {{SIGINT}}`
- Ignore a signal:
`trap '' {{SIGINT}}`