Come è possibile stampare una struttura di directory con tutte le sottodirectory al livello più profondo nel terminale Linux (Ubuntu)? Questo è un esempio di un output di stampa così carino per una mysitecartella:
mysite
|-- manage.py
|-- mysite
|-- __init__.py
|-- settings.py
|-- urls.py
|-- wsgi.py
|-- polls
|-- __init__.py
|-- models.py
|-- tests.py
|-- views.py
|-- static
|-- css
|-- styles.css
|-- templates
|-- polls
|-- index.html
usage: dirtree?