Horje
windows history command Code Example
search in history command windows
Yes you can using doskey instead of history in Windows! You only have to first 
create a storage file as:
doskey /h > c:\cmd_history.txt
Then just call your command history and filter your search as follows:
doskey /history | findstr "substring"
windows history command
Use doskey! First you have to first create a storage file in a directory as:
doskey /h > c:\cmd_history.txt
Then just call your command history:
doskey /history

Optionally you can filter your history commands searching with findstr:
doskey /history | findstr "substring"




Shell

Related
set python3 as default mac Code Example set python3 as default mac Code Example
uptime linux Code Example uptime linux Code Example
install pytorch lightning Code Example install pytorch lightning Code Example
pm2 start yarn Code Example pm2 start yarn Code Example
android mobile screen share in ubunut Code Example android mobile screen share in ubunut Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11