Bash

    echo  -e "\033[5mTitle of the Program\033[0m"
    

    source

    Shortcuts

    Undo last key press

    <C-_>

    Delete before/after cursor

    before until the end: <C-U> after until the end: <C-K> before until separator: <A-BS>

    Edit and run last command with editor

    fc