标签: windows batch-file cmd
这是我在Linux控制台中的命令:
rm -rf `find . -name ".attributes"`
请注意,.attributes是一个文件夹。我想知道Windows中是否有等效的命令或批处理脚本。