Как быстро посмотреть структуру директорий?

Навигация в командной строке, в отличие от оной в GUI, как правило, быстра, но не наглядна. Сделать этот процесс чуть более наглядным помогает утилита “tree.exe”. Назначение этой утилиты – показать иерархию каталогов и, если нужно, - файлов в виде наглядного дерева.

Например:

d:\fardev>tree
Folder PATH listing for volume data
Volume serial number is D21C-626A
D:.
├───addons
│   ├───Archivers
│   ├───Colors
│   │   ├───Custom Highlighting
│   │   └───Default Highlighting
│   ├───Macros
│   ├───SetUp
│   ├───Shell
│   ├───Tables
│   │   ├───Central European
│   │   ├───Cyrillic
│   │   │   └───E-Mail Double Conversion
│   │   ├───Hebrew
│   │   └───Western European
│   └───XLat
│       └───Russian
├───bin
│   ├───misc
│   │   └───lng
│   │       └───msvc-9.0
│   │           └───amd64fre
│   │               └───exception-handling-off
│   │                   └───threading-multi
│   └───unicode_far
│       └───msvc-9.0
│           └───amd64fre
│               ├───exception-handling-off
│               │   └───threading-multi
│               └───threading-multi

Параметры tree.exe особых пояснений не требуют:

d:\fardev>tree /?
Graphically displays the folder structure of a drive or path.

TREE [drive:][path] [/F] [/A]

   /F   Display the names of the files in each folder.
   /A   Use ASCII instead of extended characters.
comments powered by Disqus