そのまんまの名前でtreeコマンド。表示したいカレントディレクトリでコマンドを打つとこんな感じに表示してくれる。 treeコマンド $ tree . ├── controllers │   ├── application_controller.rb │   └── cards_controller.rb ├── helpers │   ├── application_helper.rb │   └── cards_helper.rb ├── models │   └── card.rb └── views ├── cards │   ├── edit.html.erb │   ├── index.html.erb │   ├── n