Originally Posted By: tonyc
I'd just uze zsh's "zmv" function:
Code:
autoload -U zmv
zmv -v '(* *)' '${(C)1}'

That looks rather clever, except it doesn't work on anything other than very simple, space-separated words in quote-free file names.

But still, very clever!


Edited by mlord (01/04/2008 13:22)