📄 exec5.sub
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -