📌  相关文章
📜  如何在 linux 中保存命令历史记录 - Shell-Bash 代码示例

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

代码示例1
history > history.txt
# it will save the history of used commands in linux terminal.