Skip to content

Instantly share code, notes, and snippets.

@denolfe
Last active January 31, 2018 19:11
Show Gist options
  • Save denolfe/8676beea8b05cb19ebdf2acd8c9118d7 to your computer and use it in GitHub Desktop.
Save denolfe/8676beea8b05cb19ebdf2acd8c9118d7 to your computer and use it in GitHub Desktop.
Move nested files to top level directory #Snippet
Get-ChildItem -Path C:\Packages -Recurse -Filter *.nupkg | Copy-Item -Destination C:\Packages -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment