显示当前文件夹内所有文件
dir dir /s
仅显示特定后缀的文件
# 查找当前目录下所有mp3文件dir /s *.mp3
WIndows cmd command 指令总结
原文:https://www.cnblogs.com/AndrewXu/p/11601279.html