Closed BarrierAntho closed 2 years ago
CASES: execute a command whizh does not exist and do echo $?
$?
$: command Error: file: srcs/pipe/pipe_cmd.c message: command not found $: echo $? 127?
ACTUAL RESULT: question mark is present at the end of the int 127?
EXPECTED RESULT: no question mark 127
CASES: execute a command whizh does not exist and do echo
$?
ACTUAL RESULT: question mark is present at the end of the int 127?
EXPECTED RESULT: no question mark 127