From 4317fee8c8029de1742990de22e0720092dfcaad Mon Sep 17 00:00:00 2001 From: Max Howell <max@methylblue.com> Date: Fri, 22 May 2009 16:36:08 +0100 Subject: [PATCH] brew abv Shows statistics about current Cellar --- Cellar/homebrew/brew | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew index b107b7b18d..794d2fe79d 100755 --- a/Cellar/homebrew/brew +++ b/Cellar/homebrew/brew @@ -84,6 +84,10 @@ case ARGV[0] end puts "Created #{n} links" + when 'abv', 'stats', 'statistics' + cellar=$root+'Cellar' + print `find #{cellar} -type f | wc -l`.strip+' files,'+`du -hd0 #{cellar} | cut -d"\t" -f1` + when 'prune', 'pasteurize' then puts "Pruned #{prune} files" -- GitLab