linux bash shell auto switch lowercase-uppercase
August 29th, 2010
No comments
Functionality:
Switch lowercase-uppercase from files given in parameters:
#if.sh -u aaa.txt bbb.txt #aaa.txt.UC bbb.txt.UC=>UPPERCASE
#if.sh -l aaa.txt bbb.txt #aaa.txt.LC bbb.txt.LC=>lowercase
Here goes the script: Read more…
