Lab03 assigned

This commit is contained in:
Woong Sul
2025-11-12 02:58:26 +00:00
parent ab6ccd8cf6
commit e2a5e6750a
26 changed files with 1460 additions and 0 deletions

20
03_shlab/trace09.txt Normal file
View 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