Skip to content

Instantly share code, notes, and snippets.

@ssg
Created August 25, 2011 21:01
Show Gist options
  • Save ssg/1171923 to your computer and use it in GitHub Desktop.
Save ssg/1171923 to your computer and use it in GitHub Desktop.
Convert all filenames in current directory to lowercase
gi * | % { ren $_.Name $_.Name.ToLower() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment