1833758 Members
2606 Online
110063 Solutions
New Discussion

Re: send ouput to file

 
Jairo Campana
Trusted Contributor

send ouput to file

hello, i need deleted lines in this file

Scanned 3191 message files in 0.2982 seconds Col1 col2
==============================================
90 point 1
4 point 2
4 point 3
3 point 4

result the file :

90 point 1
4 point 2
.
.
.
legionx
4 REPLIES 4
Jean-Luc Oudart
Honored Contributor

Re: send ouput to file

Hi Jairo

what about :
grep point >

Regards
Jean-Luc
fiat lux
Joe Harrison_1
Advisor

Re: send ouput to file

Sorry Jairo,

I don't understand the question. Could you rephrase it?

Joe
Jairo Campana
Trusted Contributor

Re: send ouput to file

I need delete lines in file
example
deleted lines scaneed
============
legionx
Jairo Campana
Trusted Contributor

Re: send ouput to file

thanks
legionx