Quote:
# capitalize first letter of all items in current directory

But that's not quite what Archeon asked for: the idea was to capitalise the first letter of every word in each filename. Which is harder: beyond my sed-fu, and I don't really have any awk-fu. I'd probably just do it in C if I had to.

Peter