if [[ -f ~/.bash_profile ]] ; then echo "you have a file named .bash_profile in your home directory" fi
if [[ $USER == "harry" ]] ; then echo "Attention $USER, your name is harry" else echo "Attention $USER, your name is not harry" fi