From 3124a0a27857fc058d8e233679fe56dced594292 Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Fri, 26 Oct 2012 23:24:39 +0000 Subject: [PATCH] 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 --- common/scripts/list-file-sizes.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1