notes: reading input in non-interactive mode needs to be done char by char

This commit is contained in:
Khaïs COLIN 2025-02-12 15:10:12 +01:00
parent 67ffe772b0
commit 2aa49363eb
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo

View file

@ -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**.