Apr 13, 2007 #1 cyoung Programmer Oct 31, 2001 188 US This one for some reason is stumping me.... I have a large quantity of files that I need to change the case of the characters on. ie: 123456_a_th.jpg needs to be 123456_A_TH.jpg Any ideas? Thanks!
This one for some reason is stumping me.... I have a large quantity of files that I need to change the case of the characters on. ie: 123456_a_th.jpg needs to be 123456_A_TH.jpg Any ideas? Thanks!
Apr 13, 2007 #2 thedaver IS-IT--Management Jul 12, 2001 2,741 US Use a loop in bash and use the 'tr' command. D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/ Upvote 0 Downvote
Use a loop in bash and use the 'tr' command. D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/
Apr 13, 2007 Thread starter #3 cyoung Programmer Oct 31, 2001 188 US I have never used tr in this manner, only within files. I will have to give it a try. Thanks Upvote 0 Downvote