bug-args.right
来自「bash debugger. You can use this tool to 」· RIGHT 代码 · 共 30 行
RIGHT
30 行
(bug-args.sh:3):3: echo First parm is: $1+# Debugger test to see that parameter handling of $1, $2, etc is correct.+p $#1+p $5+step 2First parm is: --help(bug-args.sh:5):5: shift 2+# There should now be 5 args set and $5 should have a value+p $#5+p $3c+p $5e+step (bug-args.sh:7):7: exit 0+# There should now be 3 args set and $5 should not have a value+p $#3+p $3e+p $5+quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?