Windows Git Bashでのtreeコマンドの使用
Tree for Windowsインストール
まずは下記サイトからBinaries Zipファイルをダウンロードします.
http://gnuwin32.sourceforge.net/packages/tree.htm
ZIPファイルを解凍し、
tree.exe
ファイルをそれぞれのパスで...\Git\usr\bin
フォルダに入れます.treeコマンド
$ tree
.
`-- t
|-- e
| |-- s.txt
| `-- t.txt
|-- s
`-- t
4 directories, 2 files
$ tree -d
.
`-- t
|-- e
|-- s
`-- t
4 directories
$ tree -f
.
`-- ./t
|-- ./t/e
| |-- ./t/e/s.txt
| `-- ./t/e/t.txt
|-- ./t/s
`-- ./t/t
4 directories, 2 files
Reference
Reference
この問題について(Windows Git Bashでのtreeコマンドの使用), 我々は、より多くの情報をここで見つけました https://velog.io/@jeongjae96/Windows-Git-Bash에서-tree-명령어-사용하기テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol