[ale] sed

James P. Kinney III jkinney at localnetsolutions.com
Thu May 17 22:48:07 EDT 2007


On Thu, 2007-05-17 at 22:43 -0400, Jim Popovitch wrote:
> On Thu, 2007-05-17 at 22:39 -0400, Jim Popovitch wrote:
> > You need to do this:
> > 
> > sed -i -e 's/abc/xyz/g' <file >file
> 
> Actually, to be perfectly clear (since I just cut+pasted your cmdline)
> you need to do only this:
> 
> sed -i -e 's/abx/xyz/g' file   (no redirects)

Yes! It was the redirects that broke it.

It makes sense that the operation is supposed to work on a single file
so redirects should produce spurious results.

I have clearly demonstrated the spurious effects of using redirects on
an in-place edit with sed.

Nice to know I have things I can do :)
> 
> -Jim P.
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
> 
-- 
James P. Kinney III          
CEO & Director of Engineering 
Local Net Solutions,LLC        
770-493-8244                    
http://www.localnetsolutions.com

GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney at localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part




More information about the Ale mailing list