bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: sed question


From: Soenke Petersen
Subject: Re: sed question
Date: Thu, 16 Aug 2001 08:18:02 +0200

so try

     sed -e '/..\/..\/../d' filename



Doug Tibbett wrote:
> 
> Folks,
> 
> I want to eliminate all rows in a file that contain a
> date in the format mm/dd/yy, so I tried this....
> 
> sed /07/11/01/d filename
> 
> This does not work obviously. I know I need to do
> something with those middle slashes but I cannot
> figure out what?
> 
> Thanks,
> 
> DGT
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/

--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]