Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make history | grep in windows

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 use doskey command together with fidstr to filter your history:
doskey /history | findstr "substring"
Comment

PREVIOUS NEXT
Code Example
Shell :: portainer ce install 
Shell :: how to uninstall sticky notes in ubuntu 
Shell :: quarkus install cli 
Shell :: best shell linux 
Shell :: how to remove dpkg package in ubuntu 
Shell :: ng generate service 
Shell :: ssh-keygen -t rsa 
Shell :: head of zipped file 
Shell :: open git gui from command line 
Shell :: install brew on raspberry pi 
Shell :: add file to gitignore 
Shell :: bash variable name to function 
Shell :: requiring unknown module "1" 
Shell :: git merge develop to feature 
Shell :: wsl2 file 
Shell :: install kind kubernetes 
Shell :: best linux vpn server 
Shell :: mac os install brew 
Shell :: remove yarn 0.32+git 
Shell :: brave install in linux 
Shell :: pip install git branch 
Shell :: how to deactivate conda/Anaconda environment 
Shell :: how to activate virtual environment in ubuntu 20.04 
Shell :: how to install curl on macos 
Shell :: commit in git 
Shell :: vim remove line by pattern from all files 
Shell :: HOW TO SEARCH FOR A FILE IN COMMAND PROMPT 
Shell :: create crt and key 
Shell :: ssh server freebsd 
Shell :: installing k3d 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =