Hey. Does anybody know of a simple way to extract only particular words from a text file? I’ve of course tried ‘find’ and ‘findstr’ but they will only output the entire line the search is found in. I just want the single word i specify parsed out.
Any suggestions?