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

18 lines
226 B
Bash

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