Re: [PATCH] Support for thresholds in du(1)

2010-02-05 Thread Gleb Kurtsou
On (04/02/2010 23:24), jhell wrote: On Thu, 4 Feb 2010 06:55, gleb.kurtsou@ wrote: On (25/02/2009 17:24), Mel wrote: Hi, attached is a small patch to add threshold support to du(1). I've been using it on 7-STABLE machines for a while, cause I got tired of the noise I get when

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread Gleb Kurtsou
On (25/02/2009 17:24), Mel wrote: Hi, attached is a small patch to add threshold support to du(1). I've been using it on 7-STABLE machines for a while, cause I got tired of the noise I get when sorting and then reformatting to human-readable. Especially since sorting isn't part of the

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread jhell
On Thu, 4 Feb 2010 06:55, gleb.kurtsou@ wrote: On (25/02/2009 17:24), Mel wrote: Hi, attached is a small patch to add threshold support to du(1). I've been using it on 7-STABLE machines for a while, cause I got tired of the noise I get when sorting and then reformatting to human-readable.

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread jhell
On Thu, 4 Feb 2010 06:55, gleb.kurtsou@ wrote: On (25/02/2009 17:24), Mel wrote: Hi, attached is a small patch to add threshold support to du(1). I've been using it on 7-STABLE machines for a while, cause I got tired of the noise I get when sorting and then reformatting to human-readable.

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread jhell
On Thu, 4 Feb 2010 06:55, gleb.kurtsou@ wrote: On (25/02/2009 17:24), Mel wrote: Hi, attached is a small patch to add threshold support to du(1). I've been using it on 7-STABLE machines for a while, cause I got tired of the noise I get when sorting and then reformatting to human-readable.

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread Jason A. Spiro
On Thu, Feb 4, 2010 at 9:30 PM, jhell jh...@dataix.net wrote: I like it!. It looks like a really useful option. Though if you really need to free up a lot of space, try a Freshmeat search[1] for [ disk usage ]. It reveals many tools that look even better, including ncdu[2] which doesn't

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread Garrett Cooper
On Thu, Feb 4, 2010 at 8:51 PM, Jason A. Spiro jasonspi...@gmail.com wrote: On Thu, Feb 4, 2010 at 9:30 PM, jhell jh...@dataix.net wrote: I like it!. It looks like a really useful option.  Though if you really need to free up a lot of space, try a Freshmeat search[1] for [ disk usage ]. It

Re: [PATCH] Support for thresholds in du(1)

2010-02-04 Thread jhell
On Thu, 4 Feb 2010 23:51, jasonspiro4@ wrote: On Thu, Feb 4, 2010 at 9:30 PM, jhell jh...@dataix.net wrote: I like it!. It looks like a really useful option. Though if you really need to free up a lot of space, try a Freshmeat search[1] for [ disk usage ]. It reveals many tools that look

Re: [PATCH] Support for thresholds in du(1)

2009-04-06 Thread k
Ed Schouten wrote: * Mel fbsd.hack...@rachie.is-a-geek.net wrote: Example usage: # du -xht 20m . 29M./contrib/binutils 52M./contrib/gcc 237M./contrib 35M./crypto 28M./lib 20M./share 55M./sys/dev 139M./sys 545M. Ooh! That looks awesome!

Re: [PATCH] Support for thresholds in du(1)

2009-03-11 Thread Ed Schouten
* Mel fbsd.hack...@rachie.is-a-geek.net wrote: Example usage: # du -xht 20m . 29M./contrib/binutils 52M./contrib/gcc 237M./contrib 35M./crypto 28M./lib 20M./share 55M./sys/dev 139M./sys 545M. Ooh! That looks awesome! -- Ed Schouten

[PATCH] Support for thresholds in du(1)

2009-02-25 Thread Mel
Hi, attached is a small patch to add threshold support to du(1). I've been using it on 7-STABLE machines for a while, cause I got tired of the noise I get when sorting and then reformatting to human-readable. Especially since sorting isn't part of the equasion I'd like to see all dirs

Re: [PATCH] Support for thresholds in du(1)

2009-02-25 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mel wrote: [...] I'll file a PR for it, if there's no objections to this feature / implementation, the style(9) or the usage of -t. One comment: you may want to consider using expand_number(3) instead of rolling your own version Cheers, - -- Xin

Re: [PATCH] Support for thresholds in du(1)

2009-02-25 Thread Mel
On Wednesday 25 February 2009 18:36:45 Xin LI wrote: Mel wrote: [...] I'll file a PR for it, if there's no objections to this feature / implementation, the style(9) or the usage of -t. One comment: you may want to consider using expand_number(3) instead of rolling your own version Cool

Re: [PATCH] Support for thresholds in du(1)

2009-02-25 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mel wrote: On Wednesday 25 February 2009 18:36:45 Xin LI wrote: Mel wrote: [...] I'll file a PR for it, if there's no objections to this feature / implementation, the style(9) or the usage of -t. One comment: you may want to consider using