Re: stupid shell tricks again

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: Re: stupid shell tricks again
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 -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss