On Thu, 4 Jul 2002, K SANJU wrote:
> but i want to display users having more than 10 mb
> I dont want everyone to be displayed
ls -sH | grep "^[0-9.]*M" | sort -nr
that will get you stuff that's of the order of Megabytes. Tweak around
with the grep for finer results. I could probably figure it out if I
had more of an incentive ;)
--
Computers don't actually think.
You just think they think.
(We think.)
-------------------------------------------------------
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