Files
42_SIDE_minishell_test/ut_false_positive.sh
2021-12-11 04:57:30 +01:00

15 lines
237 B
Bash

ulimit -n
echo "bip | bip ; coyotte > < \" "
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 $?