multi1.right
来自「bash debugger. You can use this tool to 」· RIGHT 代码 · 共 21 行
RIGHT
21 行
(multi.sh:6):6: x=1; y=2; z=3+### Test step inside multi-statement line...+p "BASH_SUBSHELL: $BASH_SUBSHELL"BASH_SUBSHELL: 0+step (multi.sh:6):6: x=1; y=2; z=3y=2+step (multi.sh:6):6: x=1; y=2; z=3z=3+step (multi.sh:7):7: (builtin cd . ; x=`builtin echo *`; (builtin echo "ho") )+### Should now be inside a subshell...+p "BASH_SUBSHELL: $BASH_SUBSHELL"BASH_SUBSHELL: 1+quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?