Skip to content

Instantly share code, notes, and snippets.

@Xrayez
Last active June 6, 2020 09:23
Show Gist options
  • Save Xrayez/75053a3b00a9f81a4f05846801a7006f to your computer and use it in GitHub Desktop.
Save Xrayez/75053a3b00a9f81a4f05846801a7006f to your computer and use it in GitHub Desktop.
Powershell commands
# Get a list of absolute directory paths starting from current directory recursively.
Get-ChildItem -Recurse -Directory | Select Fullname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment