Help for this page
$ TTY=`tty` $ kill -HUP $( ps xuaw | grep $SHELL | grep -v ${TTY#/dev/} | awk '{ p +rint $2 }' )