#!/bin/sh # id1.ck q=`cat id1.out | wc -c` if [ $q -eq 41 ]; then return 0 else return 1 fi