Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


bash_history_settings

From http://grep.codeconsult.ch/2007/06/29/bash-history-unleashed/

export HISTSIZE=5000
export HISTCONTROL=ignoredups
shopt -s histappend
bash_history_settings.txt · Last modified: 2012/02/15 11:26 by juckins