debug4.ksh
来自「Solaris环境下Shell编程编程」· KSH 代码 · 共 19 行
KSH
19 行
#!/bin/kshecho "Your terminal type is set to: $TERM"echo echo "Your Timezone is set to: $TZ"echo set -o noglobecho "Now we will list all the nfs scripts in /etc/rc2.d"ls /etc/rc2.d/*nfs*echo set +o noglobecho "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 + -
显示快捷键?