【Linuxコマンド】history履歴をいっぱい持てるようにする Linux Posted by: 2021年2月9日 no comments yet <スポンサーリンク> history履歴なくなると結構困る bashrcに書く HISTSIZEをとりあえず増やしまくっておく # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000000 HISTFILESIZE=2000000 HISTTIMEFORMAT='%Y/%m/%d %H:%M:%S ' 設定反映 source ~/.bashrc <スポンサーリンク> older newer コメントを残す コメントをキャンセルAllowed tags: you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>Please note: all comments go through moderation. Name (required) Email (required) Website キャプチャコード * Δemail confirm* post date* 日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)