Skip to content

Instantly share code, notes, and snippets.

@israelshirk
Created December 2, 2013 06:59
Show Gist options
  • Select an option

  • Save israelshirk/7746060 to your computer and use it in GitHub Desktop.

Select an option

Save israelshirk/7746060 to your computer and use it in GitHub Desktop.
for f in `find`; do mv -v $f `echo $f | tr '[A-Z]' '[a-z]'`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment