
나는 tree
명령을 사용하고 있습니다Windows 명령 프롬프트, NodeJS 프로젝트 폴더의 트리 구조를 봅니다. node_modules
지금은 보고 싶지 않은 폴더와 파일이 포함되어 있으므로 폴더 이름을 무시하고 싶습니다 .
E:\Project\Nodejs\Project3 - TDD>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.
도움말에 대한 속성을 찾을 수 없습니다. 그렇게 할 수 있는 방법이 있나요?