bashのhistoryを削除する方法
bashのhistoryを削除するには以下のコマンドを実行する
$ history -c
bashマニュアルより
-c Clear the history list by deleting all the entries.
| 固定リンク
「Linux」カテゴリの記事
- Syslogにメッセージを記録するコマンド(2007.01.30)
- bashのhistoryを削除する方法(2007.01.29)
- 改行コードについて(2006.12.05)
- LinuxでNICリンクアップ/ダウン表示及びSpeedとDuplex設定(2006.11.13)
- OpManagerをchkconfig(/etc/init.d)で制御可能にする方法(2006.10.20)
コメント