[SunHELP] Newbie Questions

Kalusniak, Jeff sunhelp at sunhelp.org
Thu Feb 1 10:21:02 CST 2001


You don't need the -print option with 2.6 and later.  It's assumed.

-----Original Message-----
From: Naresh Narang [mailto:nareshnarang at 123india.com]
Sent: Thursday, February 01, 2001 9:55 AM
To: sunhelp at sunhelp.org
Subject: Re: [SunHELP] Newbie Questions


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


_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list