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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started