1

我需要逐行搜索以确保 .text 文件的每一行都出现一个单词。我目前正在研究批处理脚本,因此如果批处理具有执行此操作的功能,那将是理想的选择。否则,我有什么选择?

4

2 回答 2

1
echo Lines that have NOT the search word:
findstr /N /V /C:"theWord" theFile.txt
于 2013-07-24T04:01:21.657 回答
1

为什么不使用 c++ over .txtfile 然后将文件转换为批处理文件。

于 2013-07-24T18:56:46.217 回答