debug2.sh
来自「Solaris环境下Shell编程编程」· Shell 代码 · 共 19 行
SH
19 行
#!/bin/shset -xecho "Your terminal type is set to: $TERM"echo set +xecho "Your Timezone is set to: $TZ"echo echo "Now we will list all the nfs scripts in /etc/rc2.d"ls /etc/rc2.d/*nfs*echo echo "Now we will list all the nfs scripts in /etc/rc3.d"ls /etc/rc3.d/*nfs*echo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?