mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-05 23:18:08 +01:00
fix(notes): we actually don't have to handle ';'
This commit is contained in:
parent
9c81ac832a
commit
845c0adb6a
1 changed files with 0 additions and 7 deletions
7
NOTES.md
7
NOTES.md
|
|
@ -402,13 +402,6 @@ here-document are subjected to parameter expansion, command substitution, and
|
|||
arithmetic expansion, the character sequence \newline is ignored, and ‘\’ must
|
||||
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
|
||||
cf. [Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Definitions)
|
||||
cf. 2 Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue