Hugo minishell tests init
This commit is contained in:
48
ut_pipes.sh
Normal file
48
ut_pipes.sh
Normal file
@@ -0,0 +1,48 @@
|
||||
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
|
||||
|
||||
ls | cat
|
||||
|
||||
cat | ls
|
||||
|
||||
ulimit -n
|
||||
|
||||
ls /proc/self/fd
|
||||
|
||||
ls | ls | ls /proc/self/fd
|
||||
|
||||
ls | ls | ls | ls | ls | ls /proc/self/fd
|
||||
|
||||
Reference in New Issue
Block a user