Created
December 17, 2019 12:00
-
-
Save josueds/0764afaa18416378c3b5f7b05c8bdfdd to your computer and use it in GitHub Desktop.
Powershell
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 "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