📜  获取不带行号的历史命令 - Shell-Bash 代码示例

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

代码示例1
Just use cut command to cut first 8 chars and get history without numbers
history | cut -c 8-