issues
search
kayo289
/
minishell
Shell redevelopment.
1
stars
1
forks
source link
改良版との差分修正
#296
Closed
kayo289
closed
3 years ago
kayo289
commented
3 years ago
旧
新
利用可能関数「readline, rl_clear_history, rl_on_new_line,rl_replace_line, rl_redisplay, add_history」
Not interpret unclosed quotes or unspecified special characters like \ or ;.
閉じられていない引用符や、指定されていない特殊文字(\や ; など)を解釈しない。
Have a working History.
’ inhibit all interpretation of a sequence of characters.
' は、一連の文字のすべての解釈を抑制します。
" inhibit all interpretation of a sequence of characters except for $.
" は、$ を除く一連の文字の解釈をすべて禁止します。
旧
新