[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OFFTopic]Scripts Bash



El mié, 24 de may de 2000, a las 02:47:44 -0500, ADnoctum dijo:
> >> cat <<EOF > fichero
> >> Texto, texto, texto, texto, texto
> >> texto, texto, texto, texto, texto
> 
> >cat fichero ? ... :-?
> 
> Me refiero a cómo eliminar los Texto, texto... y demás del archivo.

 cat fichero | grep -v "texto" > sintexto.txt
 

-- 
La realidad es un efecto producido por la falta del alcohol en sangre.

 _-----------------------------------------------------_
|  NoP / Compiler          --       nop @ todolinux.org |
|-------------------------------------------------------|
|  POWERED BY - Linux RedHat 6.0  -  Reg. User #74.821  |
|             http://www.ctv.es/USERS/sromero           |
 ~-----------------------------------------------------~


Reply to: