windows - Search line by line in file for a string -
i need search line line ensure word appears on every line of .text file. working on batch script ideal if batch has capabilities this. otherwise, options?
echo lines have not search word: findstr /n /v /c:"theword" thefile.txt
Comments
Post a Comment