The first line of your script tells UNIX which shell you want to use. The following selects the C-shell. #!/bin/csh. Somewhat perversely, the # is actually the ...
確定! 回上一頁