Question: Problem 1 ( 5 0 points ) Write a shell script in your fedora Linux terminal to create a simple car database. Your script must
Problem points
Write a shell script in your fedora Linux terminal to create a simple car database. Your script must do the following details.
Assignment details:
Your shell script should allow to read inputs from user
Create a simple database file "studentNameDBNote: studentiName must be name of the student, for example if the student's name is John Doe, then database name should be JohnDoe DB
The database should be storing Three columns separated by tab t
The column names are "Car Name", "Car Model", and "Car Color".
Fill in your database with at least entries. Hint: Use a loop structure to populate data entries to the database
Answer: Submit your shell script code here with output screenshot
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
