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