On Sun, Jul 11, 2010 at 03:14, F. Gr. <[email protected]> wrote: > Does anybody know a Perl or Bash script to do what I've written in the > subject?
I believe this should do it:
find -depth -execdir sh -c 'mv {} $(echo {} | tr a-z A-Z)' \;
~celti
On Sun, Jul 11, 2010 at 03:14, F. Gr. <[email protected]> wrote: > Does anybody know a Perl or Bash script to do what I've written in the > subject?
I believe this should do it:
find -depth -execdir sh -c 'mv {} $(echo {} | tr a-z A-Z)' \;
~celti