Does Python seem appropriate for me?
Erno Kuusela
erno-news at erno.iki.fi
Sun Apr 22 08:56:53 EDT 2001
In article <mailman.987895712.26743.python-list at python.org>, "Tim
Peters" <tim.one at home.com> writes:
| Trivial example: say you use
| dir/s *.py
| today to find all the .py files in the subtree rooted at the current
| directory. You're not going to *believe* the hoops you have to jump through
| to get that done under a Unix shell instead.
like "ls **/*.py"? (zsh)
-- erno
More information about the Python-list
mailing list