[SunHELP] Newbie Questions
Naresh Narang
sunhelp at sunhelp.org
Thu Feb 1 09:54:57 CST 2001
That one doesn't have a -print, so it doesn't show
find / -mount -size +5000000c -print
Naresh
On Tue, 30 January 2001, "Marc Belanger" wrote:
>
> "Kalusniak, Jeff" wrote:
> >
> > 1) Did you look at the man page?
> > find / -mount -size +5000000c
>
> This doesnt seem to work on my box. Solaris 2.6, it still goes through the directories.
>
> Try this quick script. It outputs in ls -l format. Make sure you 'chmod 700 srch.sh'
> before you run it.
>
> #!bin/sh
> # srch.sh
> # Usage: ./srch.sh <dir>
> ls -l $1 > ~/.tmpfile
> awk '$5 >= 5000000 {print}' ~/.tmpfile
> rm ~/.tmpfile
> exit 0
>
> Oh, by the way, the Sunhelp archives are at:
> http://www.sunhelp.org/pipermail/sunhelp/
>
> -Marc
>
> _______________________________________________
> SunHELP maillist - SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp
-- Naresh
______________________________________________________
123India.com - India's Premier Portal
Get your Free Email Account at http://www.123india.com
More information about the SunHELP
mailing list