greetings
来自「UNIX[1].shell范例精解(第4版)_code」· 代码 · 共 10 行
TXT
10 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?