View Problem

Process each file in a directory recursively

DiskEdit
python 2.4
import os
results = (process(os.path.join(p, n)) for p,d,l in os.walk(".") for n in l)

Submit a new solution for python
There are 15 other solutions in additional languages (clojure, cpp, erlang, fantom ...)