Henri Yandell wrote: > > (I am however scared to see 'synergistic' in an email to a dev list. > Martin sneaks one in, and suddenly everyone has to use the word. It's > dangerous I tell you.) >
I apologize ... point noted ;-)
% find / -exec grep -q "synergistic" '{}' \; -print | xargs sed -e
's/synergistic//g'
Now that looks much better ;-)
-Rahul
