Skip to content

Instantly share code, notes, and snippets.

@matthewblott
Created December 4, 2021 23:26
Show Gist options
  • Save matthewblott/60a0946d4d66814701e1544017f6c50b to your computer and use it in GitHub Desktop.
Save matthewblott/60a0946d4d66814701e1544017f6c50b to your computer and use it in GitHub Desktop.
#!/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