adam.nz aboutpostsprojectscontact
# ls | awk '{print "mv "$1, tolower($1)}'
Uses awk to rename all files and get rid of any capital letters.