.pyc files...

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Sun Nov 14 18:38:20 EST 2004


Mike Meyer wrote:
> "Simon John" <simoninusa2001 at yahoo.co.uk> writes:
>>or with backticks:  rm -rf `find . -name '*.pyc'`
> Better with $(: rm -rf $(find . -name '*.pyc').

What's the difference? I've never seen (read: used)
the $(...) syntax...

--Irmen



More information about the Python-list mailing list