Re: Finding a lost PYTHONPATH with find

2006-06-01 Thread John J. Lee
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

Re: Finding a lost PYTHONPATH with find

2006-05-29 Thread Edward Elliott
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