Answers for "findstr history"

0

findstr history

Use doskey in Windows for requesting your command history. For that you first
have to create once a storage file in some directory as follows:
doskey /history > C:/history.txt

Then just run:
doskey /history | findstr "substring"
Posted by: Guest on October-15-2020

Browse Popular Code Answers by Language