debug1.sh

来自「Solaris环境下Shell编程编程」· Shell 代码 · 共 17 行

SH
17
字号
#!/bin/shecho "Your terminal type is set to: $TERM"echo echo "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 + -
显示快捷键?