adding the approximate file size of the xhtml-less-simple as downloaded by a web...
authorJonathan Blake <jonathan.blake@projectaon.org>
Fri, 26 Oct 2012 23:24:39 +0000 (23:24 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Fri, 26 Oct 2012 23:24:39 +0000 (23:24 +0000)
git-svn-id: https://projectaon.org/data/trunk@2148 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

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 \