Steven D'Aprano wrote: > Tell me Bart, what's the difference between these? > > # Linux > rm * > > and > > # Windows > del *
Is there an equivalent to # touch -- -r on Windows? Like in $ tree . |-- -r |-- a | `-- b | `-- c | `-- bar.txt `-- foo.txt 3 directories, 3 files $ rm * $ tree . `-- -r 0 directories, 1 file $ -- https://mail.python.org/mailman/listinfo/python-list