Answers for "zsh: courpt historyfile"

0

zsh: courpt historyfile

cd ~
mv .zsh_history .zsh_history_bad
strings -eS .zsh_history_bad > .zsh_history
fc -R .zsh_history
Posted by: Guest on August-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language