On 4/25/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > > sed -i '/dirname);/a\nuse blib;' Demos/BAD*demo.pm.PL > > which do the same thing. I've never liked escaping parens or braces if > I can avoid them.
Just a nitpick, but if your using a (append), you don't need \n unless you explicitly want an extra newline. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
