Linux 历史命令讲解
# >~/.bash_history
# history -c
#第一步
#清空当前缓存中的命令
#关闭shell连接,可以避免写入~/.bash_history
# 保留历史命令 1000条
# vi /etc/profile 或者:sed -i ‘s/HISTSIZE=1000/HISTSIZE=10000/g’/etc/profile
HISTSIZE=1000
# >~/.bash_history
# history -c
#第一步
#清空当前缓存中的命令
#关闭shell连接,可以避免写入~/.bash_history
# 保留历史命令 1000条
# vi /etc/profile 或者:sed -i ‘s/HISTSIZE=1000/HISTSIZE=10000/g’/etc/profile
HISTSIZE=1000