Hans writes:
> for x in *; do mv $x 'echo $x|tr [A-Z][a-z]'; done;
> ...
> Any ideas how to get this working?

Use the right kind of single quotes and seperate the arguments to tr with a
space.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI

Reply via email to