Answers for "corrupt history file"

1

corrupt history file

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