Skip to content

Instantly share code, notes, and snippets.

@senthilmpro
Last active November 21, 2018 23:03
Show Gist options
  • Save senthilmpro/5b9d4c951bc65ee2579d4bd1e37848b0 to your computer and use it in GitHub Desktop.
Save senthilmpro/5b9d4c951bc65ee2579d4bd1e37848b0 to your computer and use it in GitHub Desktop.
output list of files in a directory to file - windows powershell
Get-ChildItem -Path L:\senthil\ –Recurse | Out-File -filepath all-files-senthil.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment