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 :: ubuntu 21.04 mingw download 
Shell :: ufw enable 
Shell :: Run emulator with terminal 
Shell :: install ngrok ubuntu 
Shell :: git set upstream 
Shell :: git credentials 
Shell :: upgrade nltk version 
Shell :: command line to install wine on kali 2020 dist 
Shell :: powershell check if string contains a word 
Shell :: ionic cordova live reload 
Shell :: -bash: /usr/bin/composer: No such file or directory 
Shell :: how to open epub files on linux 
Shell :: npm cache clean vs clear 
Shell :: how to know version of tensorflow in linux command line 
Shell :: how to push code on bitbucket 
Shell :: linux compress folder 
Shell :: how to install mysql python 
Shell :: get mac address ubuntu 
Shell :: git download all submodules 
Shell :: cancel merging 
Shell :: how to search file name in linux using wildcard 
Shell :: check upstream 
Shell :: tesseract installation in Arch linux 
Shell :: fish disable greeting 
Shell :: ubuntu install bluetooth drivers 
Shell :: remove mariadb 
Shell :: cmd code for downloading git in windows 
Shell :: git not using ssh key 
Shell :: avoid github credentials 
Shell :: extract rockyou.txt kali linux 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =