From owner-freebsd-questions@FreeBSD.ORG Thu Feb 10 23:21:52 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BB4F16A4CE for ; Thu, 10 Feb 2005 23:21:52 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D48C43D54 for ; Thu, 10 Feb 2005 23:21:52 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j1ANLUOW083918; Thu, 10 Feb 2005 17:21:30 -0600 (CST) (envelope-from dan) Date: Thu, 10 Feb 2005 17:21:30 -0600 From: Dan Nelson To: Chris Sechiatano Message-ID: <20050210232130.GA47451@dan.emsphone.com> References: <20050210231719.GA24067@chris-s.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050210231719.GA24067@chris-s.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.7i cc: FreeBSD Mailing list Subject: Re: Script Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 23:21:52 -0000 In the last episode (Feb 10), Chris Sechiatano said: > I'm sure everybody loves these kind of questions, but I really > appreciate the help. > > I have a filesystem which is being used by MS workstations. People > are storing mp3's, jpgs and other 'non work related files' on here > and the management asked me to find all the files and how much space > they are using. I recommend ports/x11-fm/xdiskusage, which can give you a nice visual representation of the space used by directories and files. There's a screenshot at http://xdiskusage.sourceforge.net/ . I also have a patch that lets you generate the postscript printout without the gui popping up (good for a weekly cron job that either prints the report or runs ps2pdf and emails it to management): http://sourceforge.net/tracker/index.php?func=detail&aid=1102640&group_id=9815&atid=309815 -- Dan Nelson dnelson@allantgroup.com