echo "Enter answer" read answer echo $answer | od -b if [ "$answer" = "" ] then echo "You must enter a file name" exit 1 else cat $answer fi