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