RT @nixcraft: The quickest way to rename Foo.txt to foo.txt: mv {F,f}oo.txt Rename all files to lowercase: rename 'y/A-Z/a-z/' * #linux #unix #bash