Question: Code in Linux terminal. Troubleshoot the problems with the following script (there are 6 errors/corrections. Describe them below): #=============================================== Script Name: record_entry By: TRJackson #===============================================
Code in Linux terminal. Troubleshoot the problems with the following script (there are 6 errors/corrections. Describe them below):
#===============================================
Script Name: record_entry
By: TRJackson
#===============================================
looptrack=y
while [ $looptrack = 1 ]
do
echo -n Type in the account number: read account
echo -n Type the first and last name: ; read full_name
echo -n Type the age: red age
echo -n Enter another record? ; read looptrack
finish
Show all results (i.e., all commands and their corresponding outputs).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
