LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Filtering a file.

[ILUG] Filtering a file.

David Neary dneary at wanadoo.fr
Thu Jul 11 08:23:53 IST 2002


David Neary wrote:
> Aherne Peter-pahern02 wrote:
> > What I want to do is get any line starting with /XXX/ CE and remove
> > that line and the following one. I could just write a script for this
> > but I though one of you guys could come up with something a little 
> > more elegant.
> 
> OK - this may not work, but the idea is sound enough.
> 
> sed '/^\/XXX\/ CE/{d;d}' filename

The proper way to do it is actually like this...
sed '/^\/XXX\/ CE/{
d
d
}' filename

Sed commands should be on separate lines, and the trailing }
needs to be on a line of it's own. Who knew!
This would also work, I think...

sed -n '/^\/XXX\/ CE/{
n
n
}
/^\/XXX\/ CE/! p' filename

Sorry for the earlier misinformation.

Dave.

-- 
       David Neary,
    Marseille, France
  E-Mail: bolsh at gimp.org




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell