파일리스트보기(현재폴더만)
dir/b/a:-d > fileList.txt
파일리스트보기(하위폴더포함)
dir/b/a:-d/s > fileListAll.txt
드렉토리구조보기
dir/b/s/a:d > FolderTree.txt
참고) tree c:
파일명만보기
dir/B/A:-D/S > fileList.txt
/B : 머릿말이나요약정보제거
/A:-D : 드렉토리표시하지않음
/S : Sub드렉토리 파일 포함
표시가능한 정보 모두 표시해보기
dir/q/s/4/n/o:g > fileList.txt
/q : 파일소유자
/s : 하위드렉토리포함
/4 : 4자리수연도표시
/o:g : 드렉토리 먼저 표시