Skip to content

Instantly share code, notes, and snippets.

@nektro
Created May 29, 2018 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nektro/1b13ecb0224fede6dff09a92b9d5840d to your computer and use it in GitHub Desktop.
Save nektro/1b13ecb0224fede6dff09a92b9d5840d to your computer and use it in GitHub Desktop.
get-childitem * | foreach { rename-item -LiteralPath $_ $_.Name.Replace("", "") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment