linux的csh shell运行,csh脚本语法实例
#!/bin/csh -vx#csh -vx show the command before running to help debug#just to check syntax#csh -n $0#argvif ($#argv < 2) thenecho "Sorry, but you entered too few parameters"echo "usage: $0 arg1 arg...