Tetapkan konten file ke bash variabel
file1=`cat answer.txt`
echo $file1
Green Team
file1=`cat answer.txt`
echo $file1