shell脚本history
发布时间: 2023-10-10 03:48:23
Ⅰ 如何清除linux的history 命令历史记录
清除linux的history 命令历史记录只需要一个步骤,如下:
-c 参数命令:将目前的shell中的所有 history 内容全部消除,下图是执行效果,执行history -c命令后,之前的所有的记录都可以清除。
输入以上命令即可删除linux的history 命令历史记录。
热点内容
Ⅰ 如何清除linux的history 命令历史记录
清除linux的history 命令历史记录只需要一个步骤,如下:
-c 参数命令:将目前的shell中的所有 history 内容全部消除,下图是执行效果,执行history -c命令后,之前的所有的记录都可以清除。
输入以上命令即可删除linux的history 命令历史记录。