[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: UPPER to lowercase.



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
john@dhh.gt.org (John Hasler)
Dancing Horse Hill
Elmwood, WI


Reply to: