Live on C-SPAN now: NSA Chief Testifies at Cybersecurity Hearing 13 years ago
Who is the woman behind Keith Alexander passing him notes?
HN user
Who is the woman behind Keith Alexander passing him notes?
Bash can also do shared history:
export HISTCONTROL=ignoredups
export HISTCONTROL=ignoreboth
HISTSIZE=50000
shopt -s histappend
PROMPT_COMMAND='history -a'
#history search inline
#bind '"\e[A": history-search-backward'
#bind '"\e[B": history-search-forward'