On 04/07/02 07:25 +0100, K SANJU wrote: > Is there any command by which I can check whish users > are using more than 10 Mb in their Mail > box(/var/spool/mail) and the result should be given in > test file Since this is a single file, I think you can do a ls -lh and then run a grep, or you can use du -sh and then grep, redirecting output to test.
I figure that the man pages can help you here. 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
