Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

executing commands in directories containing specific files



All,

I'd like to find TeX files (find $HOME -type f -name '*.tex'). Let's say i
have found files a.tex, b.tex, and c.tex. Now, i wanna remove a.aux, b.aux,
c.aux. What's the best way of doing that?

Cheers


Messages sorted by: Reverse Date, Date, Thread, Author