# tree
# 介紹
- 名稱:tree
- 描述:用樹狀的方式列印出資料夾內的檔案結構
# 安裝
Mac 可以用 brew 安裝
brew install tree
# 基本使用
只要輸入資料夾名稱就會自動列印出來
tree .vuepress/theme
出來的結果是這樣
.vuepress/theme
├── components
│ └── AdSense.vue
├── index.js
└── layouts
└── Layout.vue
# 加上顏色
當然 tree 還有許多參數可以用,像是用 -C
就會標注顏色,看起來會更清楚一些
tree -C .vuepress/theme
結果會是這樣
參考資料
LikeCoin
贊助商連結
贊助商連結