Solution/Text File
Extract text out of a txt file.
jake_kim
2016. 6. 22. 18:10
Try this command (= Last Image in this page) when you extract line including "a" in some file.
sameple) a.txt
result sample) b.txt
Command) After this command, check folder.
findstr "a" a.txt > b.txt