for file in `find jakarta-slide -name "*.java"`; do sed '/\\*[:space:[EMAIL PROTECTED]/d' $file > TEMP; mv TEMP $file; done
This one liner should do. Let me know if I you want me to do that batch conversion. Ingo > Ok, I understand we want the tags removed. Cool! I will start removing > the author tags from the store section. If this works smoothly and fast > I will take care more. Anyone volunteering to remove the tags from any part? > > Oliver > > Oliver Zeigermann wrote: > > > Folks! > > > > As recommended by the ASF projects should remove all author tags. This > > is because author tags hardly and rarely indicate the person to talk to. > > Also in projects like ours the whole community is in charge of code, not > > just the person(s) indicated by author tags. > > > > However, if we want author tags or not is to be decided by the > > community. So, what do you want? I would go for removing author tags. > > > > Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
