Author: crossley Date: Mon Dec 6 22:48:05 2004 New Revision: 110094 URL: http://svn.apache.org/viewcvs?view=rev&rev=110094 Log: Count the number of components in the table.
Modified: cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh Modified: cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh?view=diff&rev=110094&p1=cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh&r1=110093&p2=cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh&r2=110094 ============================================================================== --- cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh (original) +++ cocoon/trunk/tools/review-sitemap-docs/correlate-table.sh Mon Dec 6 22:48:05 2004 @@ -41,3 +41,6 @@ echo "----------" diff components-source.txt components-table.txt echo "----------" + +echo "Counting the number of components in the table." +wc -l components-table.txt