Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83116 > unrolled thread

Re: How do I remove/unlink wildcarded files

Started byErvin Hegedüs <airween@gmail.com>
First post2015-01-02 14:51 +0100
Last post2015-01-02 14:51 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How do I remove/unlink wildcarded files Ervin Hegedüs <airween@gmail.com> - 2015-01-02 14:51 +0100

#83116 — Re: How do I remove/unlink wildcarded files

FromErvin Hegedüs <airween@gmail.com>
Date2015-01-02 14:51 +0100
SubjectRe: How do I remove/unlink wildcarded files
Message-ID<mailman.17323.1420206697.18130.python-list@python.org>
Hi,

On Fri, Jan 02, 2015 at 11:59:17PM +1100, Chris Angelico wrote:
> On Fri, Jan 2, 2015 at 11:36 PM, Ervin Hegedüs <airween@gmail.com> wrote:
> >> And worse, the given re would delete a file named "uni" which doesn't
> >> sound ANYTHING like what the OP wanted :-)
> >
> > yes, you're right - I've missed out a "." before the "*". :)
> 
> Another reason to avoid regexps when you don't actually need them.
> Globs are simpler, and have fewer obscure failure modes.

it may be at the concrete example in OP is better the glob - but
I think in most cases the re modul gives more flexibility, I mean
the glob modul can handle the upper/lower chars? 


(Anyway, now I checked the fnmatch module, which uses re module :))


Cheers:


a.


-- 
I � UTF-8

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web