jobs4.sub
来自「android-w.song.android.widget」· SUB 代码 · 共 25 行
SUB
25 行
# 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 + =
减小字号Ctrl + -
显示快捷键?