scriptsolution

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

TXT
17
字号
echoecho "The name of the machine is \c"uname -n           # uname -n gives the hostnameechoecho "The machine platform type is \c"uname -i           # uname -i gives the hardware platformechoecho "Specific processor information for this machine is:"/usr/sbin/psrinfo -vechoecho "Currently the total number of processes "echo "  running on this machine is \c"ps -ef | tail +2 | wc -l     # wc -l gives number of lines

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?