シェル csh if文 結果#!/bin/tcsh -vLBL_START:echo "start `date`"DoMycommandoset result=$?if ( $result != 0 ) then echo "resutl = $result" goto LBL_EXITendifecho "Done `date`"#sleep 5goto LBL_STARTLBL_EXIT:echo "Done `date`"
0 件のコメント:
コメントを投稿