From 8faf07f861f74be67329b1b370fa5bd9953a514a Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Sat, 27 Oct 2012 00:11:17 +0000 Subject: [PATCH] ignore DOT and LOG files git-svn-id: https://projectaon.org/data/trunk@2149 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/scripts/list-file-sizes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/list-file-sizes.sh b/common/scripts/list-file-sizes.sh index 977f0bc..1b92073 100755 --- a/common/scripts/list-file-sizes.sh +++ b/common/scripts/list-file-sizes.sh @@ -5,6 +5,6 @@ du -h `find . -path "*xhtml-less-simple*$1"` find . -name "$1.*" \ - | grep -v "\.svn\|\.xml" \ + | grep -v "\.svn\|\.xml\|\.dot\|\.log" \ | xargs ls -lh \ | awk '{print $5 "\t" $9}' -- 2.34.1