Using Bash’s History Effectively

1 Comment

Didn't know this:

A little-known trick (I've only seen one distro ship with this turned on by default) is that you can filter what gets stored in the command history. This is done merely by setting an environment variable, $HISTIGNORE.

Lots of other useful Bash history tips from the Toledo Area Linux Users Group

One Comment (+add yours?)