echoscript2.ksh
来自「Solaris环境下Shell编程编程」· KSH 代码 · 共 19 行
KSH
19 行
#!/bin/kshclearprint "SCRIPT BEGINS"print "Hello $LOGNAME"printprint -n "Todays date is: "date '+%m/%d/%y'print -n "and the current time is: "date '+%H:%M:%S%n'print "Now a list of the processes in the current shell"psprint "SCRIPT FINISHED!!"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?