Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


bash_history_settings
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


bash_history_settings [2012/02/15 11:26] (current) – created juckins
Line 1: Line 1:
 +From [[http://grep.codeconsult.ch/2007/06/29/bash-history-unleashed/]]
 +
 +<code>
 +export HISTSIZE=5000
 +export HISTCONTROL=ignoredups
 +shopt -s histappend
 +</code>
  
bash_history_settings.txt · Last modified: 2012/02/15 11:26 by juckins