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