Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell get all history

(Get-PSReadlineOption).HistorySavePath
Comment

powershell find in history

Get-Content (Get-PSReadlineOption).HistorySavePath | ? { $_ -like '*foo*' }
Comment

PREVIOUS NEXT
Code Example
Shell :: run sudo command with password in one line 
Shell :: gitignore template eclipse 
Shell :: How to revert uncommitted changes including files and folders? 
Shell :: get jq command 
Shell :: ubuntu apt uninstall 
Shell :: echo /etc/hosts permission denied 
Shell :: cannot install gcc on ubuntu 
Shell :: gpg-decryption 
Shell :: bash ls each file on a single line 
Shell :: nvm how to install specific version of node 
Shell :: check memory speed 
Shell :: Search for file using bash 
Shell :: Katie Leung 
Shell :: how to install lm sensors 
Shell :: git discard untracked 
Shell :: bash location of substring match within string 
Shell :: linux set env permanent 
Shell :: generate ssh in ubuntu 
Shell :: dpkg: error processing package gitweb (--configure): installed gitweb package post-instal 
Shell :: redis cli docker 
Shell :: angular install version 12 
Shell :: add onedrive to ubuntu 
Shell :: docker run restart on boot 
Shell :: $? in shell script 
Shell :: create zip file ubuntu 
Shell :: "git reset –- soft head^" 
Shell :: Yarn .gitignore for Zero Installs 
Shell :: bash string before substring 
Shell :: how to give permission to create files in directory linux 
Shell :: how to grep if the first letter is a character not a number 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =