On 04/07/02 07:49 +0100, K SANJU wrote:
>  --
> 
> hi
> but i want to display users having more than 10 mb
> I dont want everyone to be displayed
Don't top post.  
> I think u got my problem
man grep (General Regular Expression Parser).
Something like
#du -sh /var/spool/mail/* |grep 1?M|more
You can figure out the regular expression yourself.

<snipping message>

Devdas Bhagat


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to