From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 19:35:13 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F31106564A for ; Wed, 6 Apr 2011 19:35:13 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6EFA78FC0A for ; Wed, 6 Apr 2011 19:35:12 +0000 (UTC) Received: by bwz12 with SMTP id 12so1817049bwz.13 for ; Wed, 06 Apr 2011 12:35:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=VC0FhKD03eQ7bYYGAyLaquMvD5LYumD0/nRAky1wnpw=; b=s3d2LS0Y9A3F6pil5hlSPu5ism6Vba/fqgpszVnHvxNsFWzLKiX4oxQcRqS3IksxWd cr1vm9kF+IuX4ufzKmLCbP2mZVixORz/F07wyaswzprwiJ+ALj5B3ZDXxr6oQtwDTxJQ H1Z9GzQ692BkrW/cdi+2UA1m8pSe+mUN2TDiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=kDWlVi6q4eX3ikUZue338qq9AHtfBIGl/RJIns3j819eyr/Y437KP0r1Pmkcyd8VOw Gp8mBT18aLhZXmL6zkRRNtQGt0VHQ8ZUKkuH3NvD5Z3VEYn8S2vNwPD2hgPCDsc0X6s2 Hyaiq0oIyOqmZx1AbUUK09nEiwxTBvl84xMeE= Received: by 10.204.19.14 with SMTP id y14mr1241512bka.187.1302118512163; Wed, 06 Apr 2011 12:35:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.64.142 with HTTP; Wed, 6 Apr 2011 12:34:42 -0700 (PDT) In-Reply-To: <20110406183439.GA5257@external.screwed.box> References: <0DD2BF5C-7387-4AFA-BF43-B1683F3773E8@d3photography.com> <20110406183439.GA5257@external.screwed.box> From: Chris Rees Date: Wed, 6 Apr 2011 20:34:42 +0100 Message-ID: To: Peter Vereshagin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: graphical representation of `du` X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 19:35:14 -0000 2011/4/6 Peter Vereshagin : > > Again, why don't you guys just use perl to provide a graphical du? I believe > perl is just present on every freebsd machine where graphical du is needed. > Why on Earth would you use Perl when a simple awk script will do??? Chris