
求助批處理歷遍當前所有目錄及所有子目錄
大哥哥們請問如何寫才能歷遍當前所有目錄及所有子目錄下所有*.txt文件nclick="copycode($('code0'));">復制代碼
- @echo off
- grep -xFf b.tmp*.txt >out.txt
- pause

