📌  相关文章
📜  ubuntu 历史记录到没有行号的文件 - Shell-Bash 代码示例

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

代码示例1
#ubuntu history to file without line number
history | cut -c 8- > history_for_print.txt
#history | cut -c 8-
#history > history_for_print.txt