Answers for "find powershell psreadline history path"

0

find powershell psreadline history path

Get-PSReadlineOption | select HistoryNoDuplicates, MaximumHistoryCount, HistorySearchCursorMovesToEnd, HistorySearchCaseSensitive, HistorySavePath, HistorySaveStyle
Posted by: Guest on March-06-2022

Browse Popular Code Answers by Language