Macでtree表示をする

フォルダの階層を見やすく表示する tree をMacにインストールします。

brew install tree

使い方は次の通り

$ tree -d -L 1
.
├── Applications
├── Desktop
├── Documents
├── Downloads
├── Library
├── Movies
├── Music
├── Pictures
├── Public
├── Scripts
├── VirtualBox\ VMs
├── aws-android-sdk
├── aws-java-sdk
└── xquartz.macosforge.org
  • dオプション:フォルダのみを表示
  • Lオプション:表示する階層を指定