info-cvs
[Top][All Lists]
Advanced

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

Re: Change a keyword for another keyword


From: Paola Attadio
Subject: Re: Change a keyword for another keyword
Date: Wed, 09 Feb 2005 15:57:22 -0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Thanks,

Paola

Jim.Hyslop wrote:
Paola Attadio wrote:
  
When I run:

 find . -type f -exec sed -i 's/\$revision_history[^\$]*/$Log/g' {} \;

I get the next error message:

sed: invalid option -- i
    
Please follow the rest of my instructions, reproduced below:

  
	If your sed does not support -i, then you'll have to 
redirect the output to
	a file, and rename the file to the original.
    

  

reply via email to

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