On Mon, 2004-03-22 at 17:45, Bill Jonas wrote: > On Mon, Mar 22, 2004 at 05:29:35PM -0700, Craig White wrote: > > I will be dammed but I can't make the line above this one work...this is > > where the problem is... > > i=`echo $line | cut -f1`; > > Try: > i=`echo $line | cut -d' ' -f1`; > instead. ---- yup that did it this is too hard for me ;-) Craig --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss