notes: add small signal handling section

I noticed a small oddity in handling, so I took a note
This commit is contained in:
Khaïs COLIN 2025-02-07 16:02:50 +01:00
parent 47838dccaf
commit 4e7e7b85a7
No known key found for this signature in database

View file

@ -312,6 +312,13 @@ here-document are subjected to parameter expansion, command substitution, and
arithmetic expansion, the character sequence \newline is ignored, and \ must arithmetic expansion, the character sequence \newline is ignored, and \ must
be used to quote the characters \, $, and `. be used to quote the characters \, $, and `.
## Signal handling
cf. 6.12 Shell Compatibility Mode => compat32
interrupting a command list such as "a; b; c" causes the execution of the entire
list to be aborted.
## Definitions ## Definitions
cf. [Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Definitions) cf. [Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Definitions)
cf. 2 Definitions cf. 2 Definitions