From owner-freebsd-questions@FreeBSD.ORG Sat Apr 2 23:50:06 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 8D96F106566B for ; Sat, 2 Apr 2011 23:50:06 +0000 (UTC) (envelope-from david.chanters@googlemail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4AB398FC14 for ; Sat, 2 Apr 2011 23:50:06 +0000 (UTC) Received: by iwn33 with SMTP id 33so5785511iwn.13 for ; Sat, 02 Apr 2011 16:50:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Kv4SYWArfGCN5G0JrGshlNMd1qGUiWo3wMY67l28yhg=; b=xrnwbKFiJoImNnQ4cF/tiwvohy/QXukZIpTZ3JzUQO0fqMsaQpJm7Q3KXDjPPDv1/z SilS22Odv9pcHYr53+FmH/LPVpqcGpidiWGYPToRhMISr0ICm5m1hJYbRg9uZ+BFOoqI vpHyCkS9Nwgxga29++jejitVESchckIl8XAck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NfBbiZYBz9duBxnCkuI4eT3YEpHXvbihMd6ngG6l8z4idVd+3VzHZSRDtnu2VPlu5X mN7alpRNNKprOO36mcKHb7Ra9h9NWXtcC0sPUqace2Rkit8ZZ0jb3nVhXC4vnyBJ2CAf AyY3ItI50J0sIzJWONKBfXXbjrb47dCICG5Gs= MIME-Version: 1.0 Received: by 10.42.246.131 with SMTP id ly3mr7842966icb.418.1301788204034; Sat, 02 Apr 2011 16:50:04 -0700 (PDT) Received: by 10.43.59.202 with HTTP; Sat, 2 Apr 2011 16:50:04 -0700 (PDT) In-Reply-To: <0DD2BF5C-7387-4AFA-BF43-B1683F3773E8@d3photography.com> References: <0DD2BF5C-7387-4AFA-BF43-B1683F3773E8@d3photography.com> Date: Sun, 3 Apr 2011 00:50:04 +0100 Message-ID: From: David Chanters To: Ryan Coleman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: graphical representation of `du` X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2011 23:50:06 -0000 Hi On 2 April 2011 15:20, Ryan Coleman wrote: > I found this command: > ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ =A0= /' -e 's/-/|/' What about xdu? http://sd.wareonearth.com/~phil/xdu/ David