make
./minishell
Will display a new prompt
ctrl-C
: displays a new prompt on a new linectrl-D
: exits the shellctrl-\
: does nothing
- GNU Readline Library (https://tiswww.case.edu/php/chet/readline/readline.html)
- Linux
- macOS
- @ksura12 @sen-Kawa
make
./minishell
Will display a new prompt
ctrl-C
: displays a new prompt on a new linectrl-D
: exits the shellctrl-\
: does nothing