adding the approximate file size of the xhtml-less-simple as downloaded by a web...
[project-aon.git] / common / scripts / list-file-sizes.sh
index 3e58a00..977f0bc 100755 (executable)
@@ -3,6 +3,7 @@
 #   all the files to be found
 # Usage: list-file-sizes.sh bookcode
 
+du -h `find . -path "*xhtml-less-simple*$1"`
 find . -name "$1.*" \
     | grep -v "\.svn\|\.xml" \
     | xargs ls -lh \