Files
42_SIDE_minishell_test/ut_exit_status.sh
2021-12-08 20:41:55 +01:00

18 lines
201 B
Bash

echo $?
cat Makefile | grep pr | head -n 5 | cd test (mybin)
$?
cat Makefile | grep pr | head -n 5 | cat test (bin)
$?
cat Makefile | grep pr | head -n 5 | hello (NA)
$?
cat diufosgid
$?
exit
$?