Merge commit 'e2a5e6750a362e0fd8c89f3d1d40a623ba6d1fd6'
This commit is contained in:
47
labs/03_shlab/trace14.txt
Normal file
47
labs/03_shlab/trace14.txt
Normal file
@@ -0,0 +1,47 @@
|
||||
#
|
||||
# trace14.txt - Simple error handling
|
||||
#
|
||||
/bin/echo tsh> ./bogus
|
||||
./bogus
|
||||
|
||||
/bin/echo -e tsh> ./myspin 4 \046
|
||||
./myspin 4 &
|
||||
|
||||
/bin/echo tsh> fg
|
||||
fg
|
||||
|
||||
/bin/echo tsh> bg
|
||||
bg
|
||||
|
||||
/bin/echo tsh> fg a
|
||||
fg a
|
||||
|
||||
/bin/echo tsh> bg a
|
||||
bg a
|
||||
|
||||
/bin/echo tsh> fg 9999999
|
||||
fg 9999999
|
||||
|
||||
/bin/echo tsh> bg 9999999
|
||||
bg 9999999
|
||||
|
||||
/bin/echo tsh> fg %2
|
||||
fg %2
|
||||
|
||||
/bin/echo tsh> fg %1
|
||||
fg %1
|
||||
|
||||
SLEEP 2
|
||||
TSTP
|
||||
|
||||
/bin/echo tsh> bg %2
|
||||
bg %2
|
||||
|
||||
/bin/echo tsh> bg %1
|
||||
bg %1
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user