3 #=======================================================================
5 # File ID: ece6a8e2-4683-11e4-b4d0-c80aa9e67bbd
7 # Search for commands in ~/.bash_history
9 # Author: Øyvind A. Holm <sunny@sunbase.org>
10 # License: GNU General Public License version 2 or later.
11 #=======================================================================
13 grep -a "$@" ~
/.bash_history |
uniq