「Windows10」treeコマンドでディレクトリ構造をツリー形式で表示する

2020年12月31日

1,カレントのディレクトリ構造をツリー型式
>tree
フォルダー パスの一覧: ボリューム Windows
ボリューム シリアル番号は 1850-7FEC です
C:.
├─testdir
├─testdir02¥test2021
├─testdir2
└─testdir¥test2020

2,「C:\arkgame」ディレクトリの構造をツリー型式
>tree C:\arkgame
フォルダー パスの一覧: ボリューム Windows
ボリューム シリアル番号は 00004D12 1850:7FEC です
C:\ARKGAME
├─testdir
├─testdir02¥test2021
├─testdir2
└─testdir¥test2020

3,「C:\arkgame」ディレクトリの構造をツリー型式(ASCII文字を使用)
>tree C:\arkgame /a
フォルダー パスの一覧: ボリューム Windows
ボリューム シリアル番号は 000047C3 1850:7FEC です
C:\ARKGAME
+—testdir
+—testdir02¥test2021
+—testdir2
\—testdir¥test2020

Cmd

Posted by arkgame