Last active
June 6, 2020 09:23
-
-
Save Xrayez/75053a3b00a9f81a4f05846801a7006f to your computer and use it in GitHub Desktop.
Powershell commands
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 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