“Исторические команды 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"
Armandres

Команда истории Windows

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"
Armandres

Исторические команды Windows

Press f7 on windows
Samiksha Singla

Ответы похожие на “Исторические команды Windows”

Вопросы похожие на “Исторические команды Windows”

Больше похожих ответов на “Исторические команды Windows” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования