📄 scriptsolution
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -