C shell arguments to a shell script are put into the array variable argv, so that the first argument is $argv[1], the second is $argv[2], etc. Similar to BASH, ...
確定! 回上一頁