exec5.sub

来自「android-w.song.android.widget」· SUB 代码 · 共 10 行

SUB
10
字号
# try exec'ing a command that cannot be found in $PATHshopt -s execfailexec bash-notthere# make sure we're still aroundecho $?# now we need to go away, but this should echo 'this is ohio-state'exec -a ohio-state ${THIS_SH} -c 'echo this is $0'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?