Created
November 23, 2017 14:43
-
-
Save MagicAndi/eefbfae025609910401f3ac0f360d9c4 to your computer and use it in GitHub Desktop.
List folders in a directory to set depth and then output listing to file. Tested on WSL on Windows 10
This file contains hidden or 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
tree -d -L 3 -N > /mnt/c/Temp/FolderListing.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment