프로그래밍
MS-DOS tree command
어린왕자악꿍
2015. 11. 16. 10:47
MSDOS에서 폴더의 구조를 트리의 형태로 표시해주는 유틸리티가 바로 tree이다.
Allows the user to view a listing of files and folders in an easy to read listing.
SYNTAX
TREE [Drive:[[Path] [/F] [/A]
Drive:\Path | Drive and directory containing disk for display of directory structure. |
/F | Displays file names in each directory. |
/A | ext characters used for linking lines, instead of graphic characters. /a is used with code pages that do not support graphic characters and to send output to printers that do not properly interpret graphic characters. |