Re: [lug-nuts] finding files greater than some size

From: Mike Machado (mike@cheapnet.net)
Date: Mon Nov 22 1999 - 10:26:08 PST


On Mon, 22 Nov 1999, Brian Lavender wrote:

> I am trying to find files greater than a certain size. It seems
> that the following command finds files that are the specified size,
> no smaller, no larger.
>
> find . -size 20k
>
> How do I find files larger than 20k
>
> brian
> --
> Brian Lavender
> http://www.brie.com/brian/
> ****************************************************************************
> * To UNSUBSCRIBE from the list, send a message with "unsubscribe lug-nuts"
> * in the message body to majordomo@saclug.org. Please direct other
> * questions, comments, or problems to lug-nuts-owner@saclug.org.
>

find . -size +20k

Mike Machado
mike@innercite.com
InnerCite
Network Specialist

****************************************************************************
* To UNSUBSCRIBE from the list, send a message with "unsubscribe lug-nuts"
* in the message body to majordomo@saclug.org. Please direct other
* questions, comments, or problems to lug-nuts-owner@saclug.org.



This archive was generated by hypermail 2b29 : Fri Feb 11 2000 - 16:20:21 PST