[issue19642] shutil to support equivalent of: rm -f /dir/*

Antoine Pitrou report at bugs.python.org
Fri Sep 26 16:08:54 CEST 2014


Antoine Pitrou added the comment:

> "rm -rf /dir"

Isn't it shutil.rmtree()? Am I missing something?

> "rm -f /dir/*"

So it should skip dotted files, or remove them?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19642>
_______________________________________


More information about the Python-bugs-list mailing list