[CLUE-Tech] command sought
    Michael Robbert 
    mrobbert at mines.edu
       
    Wed Apr  7 12:55:10 MDT 2004
    
    
  
Jason,
The answer to your question is in the man page for find. It is in the 
section labeled TESTS. Here is what you're looking for:
Numeric arguments can be specified as
        +n     for greater than n,
        -n     for less than n,
        n      for exactly n.
so you'd want +1000000c
Friedman, Jason wrote:
> I'm trying to write a command that will report all files that are greater than a particular size.
> I tried
> find . -type f -size 1000000c
> but this looks only for files that are exactly 1000000 characters.
> 
> _______________________________________________
> CLUE-Tech mailing list
> Post messages to: CLUE-Tech at clue.denver.co.us
> Unsubscribe or manage your options: http://clue.denver.co.us/mailman/listinfo/clue-tech
-- 
Michael "Murph" Robbert
System Administrator for Math/CS
Colorado School of Mines, Golden, CO  80401-1887
Office: GC249
Office phone: 303-273-3786
Pager: 303-461-6543
Email: mrobbert at mines.edu
    
    
More information about the clue-tech
mailing list