Created
December 4, 2021 23:26
-
-
Save matthewblott/60a0946d4d66814701e1544017f6c50b to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
# list the directories in the current directory | |
tree -d -L 1 | |
# list the directories, and their immediate child directories in the current directory | |
tree -d -L 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment