18 lines
226 B
Bash
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 $?
|
|
|