Question
Page 1: 1 echo "Enter username" read username Page 2: 2 Quiz Information echo "Enter password" read password if [[ ($username = "guest" & $password = "etec" ) ]]; then echo $username <userlogin.txt echo $password < passlogin.txt #end 34°F Sunny #Append contents of these two files in one file as login.txt # start cat lo
Question image 1Question image 2