Re: stupid shell tricks again

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Craig White
Fecha:  
A: plug-discuss
Asunto: 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