[hibernate-dev] useful RE to check the duplicate words in our document

Strong Liu stliu at redhat.com
Wed Mar 10 17:42:25 EST 2010


Hi guys,

I know some of you are working on improve our documents, please take a look of this issue 
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5000 (btw, 5000 :D)

there is a useful RE[1] to check the duplicate words in the documents.

1. find manual/src/main/docbook/en-US/ -name "*.xml" | xargs grep -E ' ([A-Za-z]+) +\1 '

-------------------------------
Best Regards,

Strong Liu







More information about the hibernate-dev mailing list