18 lines
201 B
Bash
18 lines
201 B
Bash
echo $?
|
|
|
|
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 diufosgid
|
|
$?
|
|
|
|
exit
|
|
$?
|
|
|