Files
42_INT_07_minishell/tests/unit_tests/ut_pipes.sh
2021-12-03 22:32:07 +01:00

37 lines
399 B
Bash

echo bonjour ; |
echo bonjour | |
|
echo bonjour |;
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 | cat | cat | ls
echo hudifg d | | hugdfihd
echo |
| echo
sort | ls
exit 0 | exit 1
exit 1 | exit 0
cat < Makefile | grep gcc > output
ls
rm output
rm output
sleep 5 | exit