From: Jonathan Blake Date: Fri, 26 Oct 2012 23:24:39 +0000 (+0000) Subject: adding the approximate file size of the xhtml-less-simple as downloaded by a web... X-Git-Tag: 20130222~60 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=3124a0a27857fc058d8e233679fe56dced594292;ds=sidebyside adding the approximate file size of the xhtml-less-simple as downloaded by a web browser git-svn-id: https://projectaon.org/data/trunk@2148 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/scripts/list-file-sizes.sh b/common/scripts/list-file-sizes.sh index 3e58a00..977f0bc 100755 --- a/common/scripts/list-file-sizes.sh +++ b/common/scripts/list-file-sizes.sh @@ -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 \