mailr17513 - /trunk/docs/latex/find_duplicate_titles.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 19, 2012 - 17:03:
Author: bugman
Date: Wed Sep 19 17:03:20 2012
New Revision: 17513

URL: http://svn.gna.org/viewcvs/relax?rev=17513&view=rev
Log:
Improvements to the duplicate user manual title finding script.


Modified:
    trunk/docs/latex/find_duplicate_titles.sh

Modified: trunk/docs/latex/find_duplicate_titles.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/find_duplicate_titles.sh?rev=17513&r1=17512&r2=17513&view=diff
==============================================================================
--- trunk/docs/latex/find_duplicate_titles.sh (original)
+++ trunk/docs/latex/find_duplicate_titles.sh Wed Sep 19 17:03:20 2012
@@ -12,5 +12,6 @@
 | sed "s/^The //g" \
 | sed "s/\\\\-//g" \
 | sed "s/\\\\//g" \
+| tr '[:upper:]' '[:lower:]' \
 | sort \
-| uniq -d
+| uniq -cd




Related Messages


Powered by MHonArc, Updated Wed Sep 19 17:40:02 2012