p:: CLI

man tree
...
 
       -L level
              Max display depth of the directory tree.
 
...
tree -L 2 frappe-bench
frappe-bench
├── Procfile
├── apps
│   └── frappe
├── config
│   ├── pids
│   ├── redis_cache.acl
│   ├── redis_cache.conf
│   ├── redis_queue.acl
│   ├── redis_queue.conf
│   ├── redis_socketio.acl
│   └── redis_socketio.conf
├── env
│   ├── bin
│   ├── lib
│   ├── pyvenv.cfg
│   └── share
├── logs
│   └── bench.log
├── patches.txt
└── sites
    ├── apps.txt
    ├── assets
    └── common_site_config.json
 
11 directories, 12 files