[EMAIL PROTECTED] wrote:
> Hi!
>
> I would to working with some files. But I have to using a regular expression
> with one of them:
>
> for file in [glob.glob('/etc/env.d/[0-9]*foo'), '/etc/bar']:
>
> glob returns a list so i'm supposed that i would that convert it into a
> string.
glob.g
Hi!
I would to working with some files. But I have to using a regular expression
with one of them:
for file in [glob.glob('/etc/env.d/[0-9]*foo'), '/etc/bar']:
glob returns a list so i'm supposed that i would that convert it into a
string.
Is it correct?
Thanks for your help
___