View Single Post
Old 26th Aug 2019, 10:50 am   #15
G6Tanuki
Dekatron
 
G6Tanuki's Avatar
 
Join Date: Apr 2012
Location: Wiltshire, UK.
Posts: 13,998
Default Re: Word in file search utility, DOS

What you could do is redirect the output to a file, then use your editor-of-choice to view the file.

If you issue the command then put "> C:\junkfile.txt" on the end, the output of your command will end up in c:\junkfile.txt for your later perusal.

See https://www.robvanderwoude.com/redirection.php
G6Tanuki is offline