Skip to content

Instantly share code, notes, and snippets.

@nebjak
Created February 13, 2013 06:16
Show Gist options
  • Save nebjak/4942652 to your computer and use it in GitHub Desktop.
Save nebjak/4942652 to your computer and use it in GitHub Desktop.
for f in *; do mv $f `echo $f | tr '[:upper:]' '[:lower:]'`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment