Files
42_INT_07_minishell/tests/unit_tests/ut_exit_status.sh
2021-12-03 22:32:07 +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
$?