Last active
January 31, 2018 19:11
-
-
Save denolfe/8676beea8b05cb19ebdf2acd8c9118d7 to your computer and use it in GitHub Desktop.
Move nested files to top level directory #Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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