S0YKIM / 42-MINISHELL

C project to mimic bash shell. This program interprets and executes commands just like bash shell. Built-in functions such as echo, cd, exit, etc. available.
1 stars 1 forks source link

$PATH 를 unset 하거나 export 를 통해 공백값으로 바꾼 경우 명령어 실행 메시지 #203

Closed S0YKIM closed 2 years ago

S0YKIM commented 2 years ago