Steve D'Aprano wrote:
I don't know any Unix programs that provide
file spec processing.

'find' does, but only for its -name argument, and only because
it does something different with it from what the shell would
do. And you do need to quote it if it contains glob characters.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to