Merge commit 'e2a5e6750a362e0fd8c89f3d1d40a623ba6d1fd6'
This commit is contained in:
46
labs/03_shlab/trace15.txt
Normal file
46
labs/03_shlab/trace15.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
#
|
||||
# trace15.txt - Putting it all together
|
||||
#
|
||||
|
||||
/bin/echo tsh> ./bogus
|
||||
./bogus
|
||||
|
||||
/bin/echo tsh> ./myspin 10
|
||||
./myspin 10
|
||||
|
||||
SLEEP 2
|
||||
INT
|
||||
|
||||
/bin/echo -e tsh> ./myspin 3 \046
|
||||
./myspin 3 &
|
||||
|
||||
/bin/echo -e tsh> ./myspin 4 \046
|
||||
./myspin 4 &
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
|
||||
/bin/echo tsh> fg %1
|
||||
fg %1
|
||||
|
||||
SLEEP 2
|
||||
TSTP
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
|
||||
/bin/echo tsh> bg %3
|
||||
bg %3
|
||||
|
||||
/bin/echo tsh> bg %1
|
||||
bg %1
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
|
||||
/bin/echo tsh> fg %1
|
||||
fg %1
|
||||
|
||||
/bin/echo tsh> quit
|
||||
quit
|
||||
|
||||
Reference in New Issue
Block a user