treeコマンド
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
** 動機 [#ndff15bc]
macではデフォルトでtreeコマンドが使えない
** install [#be36059e]
» brew install tree
Updating Homebrew...
==> Auto-updated Homebrew!
==> New Formulae
==> Downloading https://ghcr.io/v2/homebrew/core/tree/ma...
==> Downloading ==> Downloading from https://pkg-==> Pou...
🍺 /opt/homebrew/Cellar/tree/1.8.0: 8 files, 158.5KB
** use [#w03c026e]
» tree
*** -Lで階層を指定できる。 [#n117ae13]
» tree -L 1
.
├── node_modules
├── package.json
├── s29
├── s33
» tree -L 2
.
├── node_modules
│ ├── @prettier
│ ├── linguist-languages
│ ├── map-age-cleaner
│ ├── mem
│ ├── mimic-fn
│ ├── p-defer
│ ├── php-parser
│ └── prettier
こんな感じで使う
詳しくはここを見るといいと思う。
https://linux.die.net/man/1/tree
** 編集者 [#k2308b52]
藤井 穣: yutaka@worldcraft.co.jp
終了行:
** 動機 [#ndff15bc]
macではデフォルトでtreeコマンドが使えない
** install [#be36059e]
» brew install tree
Updating Homebrew...
==> Auto-updated Homebrew!
==> New Formulae
==> Downloading https://ghcr.io/v2/homebrew/core/tree/ma...
==> Downloading ==> Downloading from https://pkg-==> Pou...
🍺 /opt/homebrew/Cellar/tree/1.8.0: 8 files, 158.5KB
** use [#w03c026e]
» tree
*** -Lで階層を指定できる。 [#n117ae13]
» tree -L 1
.
├── node_modules
├── package.json
├── s29
├── s33
» tree -L 2
.
├── node_modules
│ ├── @prettier
│ ├── linguist-languages
│ ├── map-age-cleaner
│ ├── mem
│ ├── mimic-fn
│ ├── p-defer
│ ├── php-parser
│ └── prettier
こんな感じで使う
詳しくはここを見るといいと思う。
https://linux.die.net/man/1/tree
** 編集者 [#k2308b52]
藤井 穣: yutaka@worldcraft.co.jp
ページ名: