📄 jobs4.sub
字号:
# test being able to use job control notation in jobs/kill/wait without# job control active, as the SUS requiressleep 5 &sleep 5 &sleep 5 &sleep 5 &(sleep 5 ; exit 4) &jobswait %%echo $?wait %1echo $?wait# the sleep is intended to give the kill time to execute before the job# exits(sleep 1 ; cat ) &kill -1 %% && echo i killed it || echo could not kill it
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -