?? greetings
字號:
#!/bin/csh -f# The greetings script# This script greets a user whose name is typed in at the# command line.echo $0 to you $1 $2 $3echo Welcome to this day `date | awk '{print $1, $2, $3}'` echo Hope you have a nice day, $argv[1]\!echo Good-bye $argv[1] $argv[2] $argv[3]
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -