![](https://secure.gravatar.com/avatar/565476157eb3895a9c928ffce26d988d.jpg?s=120&d=mm&r=g)
18 Dec
2005
18 Dec
'05
8:34 p.m.
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