BASH: history

 

history相关环境变量

  1. HISTIGNORE
    export HISTIGNORE='pwd:ls:ls -l:exit'

    will not log command pwd ls, ls -a会记录, 即加参数会记录

  2. HISTCONTROL
    export HISTCONTROL='ignoredups:ignorespace'

    不记录重复命令和space开头命令

 

 

history command:

 

posted @ 2022-10-16 18:20  ascertain  阅读(32)  评论(0)    收藏  举报