Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save josueds/0764afaa18416378c3b5f7b05c8bdfdd to your computer and use it in GitHub Desktop.
Save josueds/0764afaa18416378c3b5f7b05c8bdfdd to your computer and use it in GitHub Desktop.
Powershell
(Get-ChildItem "C:\Temp\" -Recurse | where {$_.extension -eq ".xml"} ).fullname > out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment