Назначьте содержимое файла переменным Bash
file1=`cat answer.txt`
echo $file1
Green Team
file1=`cat answer.txt`
echo $file1