Merge commit 'e2a5e6750a362e0fd8c89f3d1d40a623ba6d1fd6'
This commit is contained in:
20
labs/03_shlab/trace09.txt
Normal file
20
labs/03_shlab/trace09.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
# trace09.txt - Process bg builtin command
|
||||
#
|
||||
/bin/echo -e tsh> ./myspin 4 \046
|
||||
./myspin 4 &
|
||||
|
||||
/bin/echo -e tsh> ./myspin 5
|
||||
./myspin 5
|
||||
|
||||
SLEEP 2
|
||||
TSTP
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
|
||||
/bin/echo tsh> bg %2
|
||||
bg %2
|
||||
|
||||
/bin/echo tsh> jobs
|
||||
jobs
|
||||
Reference in New Issue
Block a user