Edward Elliott <[EMAIL PROTECTED]> writes:
> John J. Lee wrote:
>
> > find / -maxdepth 3 -size -100k -type f -exec grep -sli pythonpath '{}' \;
> >
> >
> > The minus in '-100k' (meaning "less than 100k") seems to be
> > undocumented, at least on my system.
>
> It should be standard in linux
John J. Lee wrote:
> find / -maxdepth 3 -size -100k -type f -exec grep -sli pythonpath '{}' \;
>
>
> The minus in '-100k' (meaning "less than 100k") seems to be
> undocumented, at least on my system.
It should be standard in linux man pages, can't speak for other unices:
TESTS
Nume