Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

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

PREVIOUS NEXT
Code Example
Shell :: Command to get list of shell variables with less length in bash 
Shell :: fugitive select branch 
Shell :: command t0 install Squarify in python 
Shell :: docker compose linux +group_add uid sid 
Shell :: concatenation in shell script 
Shell :: how to install npm modules 
Shell :: get unix time from date 
Shell :: head and tail command in linux 
Shell :: To install latest version of something with pip in python 
Shell :: node specific version install 
Shell :: github status 
Shell :: show git branch on terminal 
Shell :: vagrant download 
Shell :: move one foile/folder to another ubuntu 
Shell :: can i merge two repositories github 
Shell :: docker-compose prevent exit 
Shell :: connect project to git repository 
Shell :: way to specify single file in docker compose up 
Shell :: add one drive to ubuntu 
Shell :: greeper contributor coin 
Shell :: shreck 
Shell :: bluetooth xubuntu activate linux 
Shell :: sudo yum install rh-python38 
Php :: install php intl extension xampp windows 
Php :: php string to uppwe 
Php :: composer update memory limit 
Php :: phpinfo file 
Php :: how to migrate single table in laravel 
Php :: laravel tinker update password 
Php :: how to check if php is connected to database 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =