Skip to content

Instantly share code, notes, and snippets.

@cbilson
Created September 23, 2010 15:19
Show Gist options
  • Save cbilson/593785 to your computer and use it in GitHub Desktop.
Save cbilson/593785 to your computer and use it in GitHub Desktop.
cd 'C:\Program Files (x86)\Git\doc\git\html'; ls *.html | ?{$_.Name -match '\w+-\w+\.*'} | %{mv $_ $($_.Name.Replace('-', ''))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment