Vic wrote:
>> If I do
>>
>>     find . -size -1M -print
>>
>> I get no files listed
> 
> $ find . -size -1M -print
> find: invalid -size type `M'
> 
> ...and sure enough, "man find" doesn't permit use of the M qualifier.
find . -size -1M -print
in $HOME proceeds to list most of my home directory other than the few 
ISO's and other large files.  Ubuntu 7.04
Checking man find shows that 'M' is an option
> 
> Are you sure your version does? Or is it just failing silently?
> 
> Vic.
> 
>