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