Created
August 15, 2023 11:29
-
-
Save andyj/78851febaf67e61d919fd18432ccd4f1 to your computer and use it in GitHub Desktop.
Method 1: Graphically represent a directory structure from the CLI
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
#!/bin/bash | |
tree /path/to/folder -L 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment