Linux 清除登录历史记录
set +o history 关闭 set -o history 打开-
export HISTCONTROL=ignorespace or export HISTCONTROL=ignoreboth [space] command # 此command不会被记录 -
export HISTSIZE=0! downArrow upArrow ctrl + r 都失效
-
history -c -
set +o history 关闭
set -o history 打开
export HISTCONTROL=ignorespace
or
export HISTCONTROL=ignoreboth
[space] command # 此command不会被记录
export HISTSIZE=0
! downArrow upArrow ctrl + r 都失效
history -c