📄 run-array
字号:
echo "warning: all of these tests will fail if arrays have not" >&2echo "warning: been compiled into the shell" >&2echo "warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support" >&2echo "warning: has not been compiled into the shell" >&2${THIS_SH} ./array.tests > /tmp/xx 2>&1diff /tmp/xx array.right && rm -f /tmp/xx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -