Files
42_SIDE_minishell_test/tests/defaults/exit_status.sh

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 $?