https://zhuanlan.zhihu.com/p/97008008

 

cd ~  #进入home目录
mv .zsh_history .zsh_history_bad #移动.zsh_history文件至.zsh_history_bad (这里是指重命名)
strings .zsh_history_bad > .zsh_history #strings 命令,输出.zsh_history_bad文件中的字符至.zsh_history中

 

相关文章:

猜你喜欢
  • 2022-12-23
  • 2021-08-17
相关资源
相似解决方案