2010/7/11 Patrick Burroughs <celticmad...@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
2010/7/11 Patrick Burroughs <celticmad...@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