C.1 C Shell Scripts. ... exit 1 endif ## check if dir2 does not exist if (-e $dir2) then echo "$dir2 already exists" ; exit 1 endif ## create new dir2 mkdir ...
確定! 回上一頁