ignore DOT and LOG files
authorJonathan Blake <jonathan.blake@projectaon.org>
Sat, 27 Oct 2012 00:11:17 +0000 (00:11 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Sat, 27 Oct 2012 00:11:17 +0000 (00:11 +0000)
git-svn-id: https://projectaon.org/data/trunk@2149 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/scripts/list-file-sizes.sh

index 977f0bc..1b92073 100755 (executable)
@@ -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}'