2015-03-14
!! in Bash / Zsh works the same way as _ does in irb / Pry.
!!
_
It substitutes the return value of the previous line into the current line.
bash zsh shell tips