#!/usr/bin/sh # # $Id: iGetInfo,v 1.1 2001/11/20 03:11:28 vijoy Exp vijoy $ # info=`head $1| strings | grep 20 | grep :` dinfo=`echo $info|cut -d ' ' -f 1` tinfo=`echo $info|cut -d ' ' -f 2` rinfo=`strings $1| grep Resolution= |cut -d '=' -f 2|cut -d ' ' -f 1` echo $dinfo " " $tinfo " " $rinfo