LogIn E-mail
¼³°èÀ̾߱â
[csh]if ($abc == $bbc) then _ else _ endif
# 2 JMJS    00.6.27 10:30

#
set afile = "abcd"
if ( ! -f $afile ) then
     echo "Error: cannot find drc deck '$afile'"
     exit 1
else
endif

set adir = "ab"
if ( ! -d $adir ) then
     echo "Error: dir not exist"
     exit 1
endif
#
if ( $1 != "" )  set EXT    = $1
if ( $2 != "" )  set MinMax = $2
if ( -e $afile)  set bfile = $afile
if ( -z $afile)  set bfile = ""
if ( -f $afile)  set bfile = $afile

if ( $Project == "vsc1" ) then
   echo elseif
else if ( $Project == "vsp1lg" ) then
   echo elseif
   if ( $MinMax == "fast") then
      echo elseif
   else if ( $MinMax == "slow") then
      echo elseif
   else
      echo elseif
   endif
else if ( $Project == "vsp1s" ) then
   echo elseif
endif

exit 0

°Ô½Ã¹°: 112 °Ç, ÇöÀç: 2 / 2 ÂÊ
¹øÈ£ Á¦       ¸ñ ÀÛ¼ºÀÚ µî·ÏÀÏ ¹æ¹®
12  [Tcl]Tool Command Language JMJS 09.7.24 2995
11  [csh]vi.csh JMJS 00.6.27 1608
10  [csh]Check Process JMJS 00.6.27 1539
9  [csh]Get Character and get char without 'return' JMJS 10.2.8 1670
8  [csh]foreach SED JMJS 00.6.27 1978
7  [Window]¿À·ùº¸°í ¾È ¶ß°ÔÇÏ´Â ¹æ¹ý JMJS 09.9.23 1551
6  [csh]echo.csh JMJS 00.6.27 1731
5  set DDD = `date '+%y%m'` JMJS 00.6.27 1458
4  [SH]Advanced Bash-Scripting Guide JMJS 09.4.24 1411
3  [csh]Beep : echo ^G;sleep 1 JMJS 00.6.27 1746
2  [csh]if ($abc == $bbc) then _ else _ endif JMJS 00.6.27 1941
1  [csh]ARGV JMJS 00.6.27 2013
[1] [2]