Qiitaの記事とかによくある
1 2 3 4 5 6 7 8 9 10 |
. ├── Desktop ├── Documents ├── Downloads ├── Library ├── Movies ├── Music ├── Pictures └── Public └── Drop\ Box |
的なディレクトリ 構成図が
コマンドを打つだけで、表示できるみたいなので備忘録として。tree
MACの人はHomebrewでインストールできる
【参考】:こういうディレクトリの構成図、ツリー表示の簡単な書き方を今知った
1 2 3 4 5 6 7 8 9 |
MacBook-Air:centos kouki$ brew install tree 〜省略〜 ==> Downloading https://homebrew.bintray.com/bottles/tree-1.8.0.catalina.bottle.tar.gz ######################################################################## 100.0% ==> Pouring tree-1.8.0.catalina.bottle.tar.gz 🍺 /usr/local/Cellar/tree/1.8.0: 8 files, 121.1KB ==> `brew cleanup` has not been run in 30 days, running now... |
Leave a Reply