This lab continues covering shell scripts, looking at conditionals, loops, ... #!/bin/csh # complex if statement set a = 1 set b = 2 if ( $a == 2 ) then ...
確定! 回上一頁