「CentOS7.9」コマンドの実行履歴を削除する方法
環境
CentOS Linux release 7.9.2009 (Core)
書式
history -c
historyコマンドのオプション「-c」を使用して、コマンドの履歴を削除します。
使用例
# history 12 yum update 13 cat /etc/redhat-release # history -c # history 8 history
Coding Changes the World
環境
CentOS Linux release 7.9.2009 (Core)
書式
history -c
historyコマンドのオプション「-c」を使用して、コマンドの履歴を削除します。
使用例
# history 12 yum update 13 cat /etc/redhat-release # history -c # history 8 history