Skip to content

Instantly share code, notes, and snippets.

@rasmuskl
Created December 14, 2011 12:48
Show Gist options
  • Save rasmuskl/1476445 to your computer and use it in GitHub Desktop.
Save rasmuskl/1476445 to your computer and use it in GitHub Desktop.
PowerShell: Copy-flatten
gci -Recurse -Filter *.ccj | % { Copy-Item $_.FullName c:\rules }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment