Skip to content

Instantly share code, notes, and snippets.

@howellcc
Created May 13, 2019 19:39
Show Gist options
  • Save howellcc/2492ac50779c138068ff64155c707ecc to your computer and use it in GitHub Desktop.
Save howellcc/2492ac50779c138068ff64155c707ecc to your computer and use it in GitHub Desktop.
Recursive File Listing
Get-ChildItem -Path .\ -Recurse | ForEach-Object { $_.FullName }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment