📜  zsh:coupt historyfile - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:55.957000             🧑  作者: Mango

代码示例1
cd ~
mv .zsh_history .zsh_history_bad
strings -eS .zsh_history_bad > .zsh_history
fc -R .zsh_history