11 Jul
2010
11 Jul
'10
10:37 a.m.
2010/7/11 Patrick Burroughs <celticmadman@gmail.com>:
I believe this should do it: find -depth -execdir sh -c 'mv {} $(echo {} | tr a-z A-Z)' \;
Looks good, anyway s/he asked for files, so I'd add a '-type f' to the command line. C