Skip to content

Instantly share code, notes, and snippets.

@bartek5186
Created November 2, 2015 19:44
Show Gist options
  • Save bartek5186/dfe302e3532427884804 to your computer and use it in GitHub Desktop.
Save bartek5186/dfe302e3532427884804 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