Andrew John Hughes wrote: > find -name '*.java' -exec sed -i 's#@Override##g' '{}' ';' > > or something along those lines. Yes. This is the only route that makes any sense. Andrew.