How to Fix and Recover a “corrupt history file” in zsh?

By Hardik Savani January 27, 2023 Category : Ubuntu

Many user use ubuntu OS and many user face one of the common problem several time like

“corrupt history file in zsh" most of time face this problem when reboot your OS so, How to fix this problem please follow this command and fix that.

mv .zsh_history .zsh_history_bad

strings .zsh_history_bad > .zsh_history

fc -R .zsh_history

Tags :
Shares