Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2011 16:30:50 -0700
From:      Gary Kline <kline@thought.org>
To:        Chris Rees <utisoft@gmail.com>
Cc:        Mike Jeays <mike.jeays@rogers.com>, freebsd-questions@freebsd.org
Subject:   Re: graphical representation of `du`
Message-ID:  <20110402233050.GB4792@thought.org>
In-Reply-To: <BANLkTik9f0BwY0wtwuLVJeKj5p6VpXzoWQ@mail.gmail.com>
References:  <0DD2BF5C-7387-4AFA-BF43-B1683F3773E8@d3photography.com> <BANLkTi=trnnEEW6ELSV5JRnW5erm490sTA@mail.gmail.com> <20110402130739.4253ea30@napoleon> <BANLkTin06Pq%2BPw=H=BeV7xtCiJi8iPsySw@mail.gmail.com> <BANLkTik9f0BwY0wtwuLVJeKj5p6VpXzoWQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 02, 2011 at 06:30:15PM +0100, Chris Rees wrote:
> On 2 April 2011 18:22, Chris Rees <utisoft@gmail.com> wrote:
> > On 2 April 2011 18:07, Mike Jeays <mike.jeays@rogers.com> wrote:
> >> On Sat, 2 Apr 2011 17:15:04 +0100
> >> Chris Rees <utisoft@gmail.com> wrote:
> >>
> >>> du -h . | awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }' |
> >>> awk '{print($2" ["$1"]");}' | sed -e 's,[^-][^/]*/,--,g' -e 's,^,|,'
> >>
> >>
> >> I confess to being impressed...
> >>
> >
> > Yeah, but perhaps I should have used sed instead of the second awk;
> > fewer processes:
> >
> > du -h | awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }' | sed
> > -e 's,^[^1-9]*\([^___CTRL-V+TAB______]*\)____CTRL-V+TAB_____*\(.*\)$,\2
> > \[\1\],;s,[^-][^/]*/,--,g;s,^,|,'
> >
> > That does exactly the same --  where I've put ____CTRL-V+TAB______ you
> > have to type Ctrl-V, then a literal [::tab::] key; BSD sed doesn't do
> > \t.
> >
> > Chris
> >
> 
> Final version:
> 
> http://www.bayofrum.net/~crees/graphical_du.sh
> 
> Maybe I should port it...
> 
> Chris


	PULeesese DO port that .....  [!!]

	gary


> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 

-- 
 Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
    The 7.98a release of Jottings: http://jottings.thought.org/index.php
                           http://journey.thought.org
                                     ethic 
            Coming soon to http://transfinite.thought.org: On_Suicide
                                        
                                        
                                        
                                        



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110402233050.GB4792>