Skip to content

Instantly share code, notes, and snippets.

@hattmarris
Last active September 25, 2015 08:43
Show Gist options
  • Save hattmarris/0487c577196f2b6f2421 to your computer and use it in GitHub Desktop.
Save hattmarris/0487c577196f2b6f2421 to your computer and use it in GitHub Desktop.
Linux Commands
# ubuntu tree
sudo apt-get install tree
# print to terminal in tree format
$ tree [DIRECTORY]
# example [csv] directory outputs:
├── csv
│   ├── CVS
│   │   ├── Entries
│   │   ├── Repository
│   │   └── Root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment