gpt4 book ai didi

linux - 如何在 bash 脚本中使用 'history-c' 命令?

转载 作者:IT王子 更新时间:2023-10-29 00:57:35 25 4
gpt4 key购买 nike

<分区>

我们知道,'history' 命令显示 Linux 服务器的命令行历史记录,'history -c' 是清除/删除此命令行历史记录的命令。

我必须通过我的 bash 脚本触发这个命令。脚本如下,

#! /bin/bash
var=`history -c`
if [ $? -eq 0 ]
then
echo "cleared"
echo $var
fi

输出如下:

  cleared

虽然它的打印“清除”为输出,但 history-c 并没有删除历史。

如果你能指导/建议我如何实现这一点,那就太好了,即在我的 bahs 脚本中使用“history-c”命令来删除命令行历史记录。或者有没有其他方法可以删除命令通过我的 bash 脚本记录行历史。

感谢和问候,海军亚

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com