C Shell Scripting/Variables - Wikibooks, open books for an open world
經安全檢測,此網站為安全網站,請放心前往原始網址!
C Shell Scripting/Variables - Wikibooks, open books for an open world
For example, this script #!/bin/csh -f set greetingA = Good Morning set greetingB
= "Good Morning" set greetingC = (Good Morning) echo $#greetingA echo ...