#!/bin/shSTRINGS="findstrings"grep $STRINGS log.logresult=$?echo "grep result=$result"if [ $result -ne 1 ]then /bin/echo "########## ERROR ##########" exit 1fiexit 0
0 件のコメント:
コメントを投稿