It "finds" ok, just something later goes wrong:

IntermediateAlgebraText $ find . -name "*.tex" | xargs
./book.tex ./bookenv.tex ./chapter1/chapter1.tex ./chapter1/ section1.tex ./chapter1/section2.tex ./chapter1/section3.tex ./ chapter2/chapter2.tex ./chapter3/chapter3.tex ./chapter3/junk.tex ./ chapter3/section1.tex ./chapter3/section2.tex ./chapter3/ section3.tex ./chapter3/section4.tex ./chapter3/section5.tex ./ chapter4/chapter4.tex ./chapter5/chapter5.tex ./chapter6/ chapter6.tex ./chapter7/chapter7.tex ./chapter8/chapter8.tex

Aha! Got it! Needs the switch -e.

IntermediateAlgebraText $ find . -name "*.tex" | xargs sed -i -e '/% output=pdf/d'



On Dec 18, 2005, at 11:34 AM, Taco Hoekwater wrote:

Radhelorn wrote:
David Arnold wrote:
IntermediateAlgebraText $ find . -name "*.tex" | xargs sed -i '/% output=pdf/d'
sed: 1: "./book.tex": invalid command code .

Strange. Command is valid and works for me.

Depending on your shell, you may want to use *.tex without quotes?

Taco


_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to