mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
notes: reading input in non-interactive mode needs to be done char by char
This commit is contained in:
parent
67ffe772b0
commit
2aa49363eb
1 changed files with 4 additions and 0 deletions
4
NOTES.md
4
NOTES.md
|
|
@ -38,6 +38,10 @@ PRYSK12345 2 0
|
|||
|
||||
cf. 3.1.1 Shell Operation
|
||||
|
||||
Reads the input. When reading input in non-interactive mode, it MUST do so one
|
||||
character at a time, so that it does not accidentally read a character that is
|
||||
intended for a called program.
|
||||
|
||||
Breaks the input into **words** and **operators**, obeying the *Quoting Rules*.
|
||||
These tokens are delimited by **metacharacters**.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue