module for doing unix "find"-like things?
Robin Becker
robin at jessikat.fsnet.co.uk
Fri Apr 11 14:36:38 EDT 2003
In article <7LDla.1483$Pq2.135830754 at newssvr14.news.prodigy.com>, Mark
Harrison <mh at pixar.com> writes
>Is there such a thing? I didn't see such a thing, but
>"find" is not the easist thing to search for.
>
>Specifically, I would like to replace an external call to
> for i in `find $top -type l -maxdepth 1`; ...
>
>Many TIA,
>Mark
>
there used to be a find module which is now in lib-old (I think), but
that didn't do anything other than search for files which match a glob
pattern.
--
Robin Becker
More information about the Python-list
mailing list