Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

CMD & Powershell History

#cmd
type %userprofile%AppDataRoamingMicrosoftWindowsPowerShellPSReadlineConsoleHost_history.txt
#Powershell
type $Env:userprofileAppDataRoamingMicrosoftWindowsPowerShellPSReadlineConsoleHost_history.txt
Comment

powershell command history file

Get-History | Format-List -Property *
#By default, the PowerShell in Windows 10 saves the last 4096 commands that are stored in a plain text file located in the profile of each user: 
get-content $env:USERPROFILEAppDataRoamingMicrosoftWindowsPowerShellPSReadlineConsoleHost_history.txt
Comment

powershell history file

Get-PSReadlineOption | select HistoryNoDuplicates, MaximumHistoryCount, HistorySearchCursorMovesToEnd, HistorySearchCaseSensitive, HistorySavePath, HistorySaveStyle
Comment

PREVIOUS NEXT
Code Example
Shell :: adonis js make seeder 
Shell :: add git submodule 
Shell :: push git to github 
Shell :: how to install protractor 
Shell :: error installing drivelist npm 
Shell :: foreach bash 
Shell :: ubuntu rename user login 
Shell :: delete all local branches webstorm 
Shell :: jq install bash 
Shell :: wslinux import 
Shell :: git compare branch to another branch changes 
Shell :: kill all process at port 
Shell :: Update VS code from snap store 
Shell :: linux virtual audio cable 
Shell :: arch add fonts 
Shell :: how to create flutter project in terminal 
Shell :: what shell type 
Shell :: look word in files command 
Shell :: git override local file with remote 
Shell :: nvidia open source driver arch linux 
Shell :: react native run android shows deprecated items 
Shell :: cuda : Depends: cuda-11-5 (= 11.5.0) but it is not going to be installed 
Shell :: cache your login credentials in git command 
Shell :: npm clear cache 
Shell :: install code . path in mac 
Shell :: drop cache ubuntu 
Shell :: how to install apple music ubuntu 
Shell :: install zsh hyper mac 
Shell :: git set token 
Shell :: how to revert back to previous commit in git permanently 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =