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 1(50 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 "studentName_DB".(Note: 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 5 entries. (Hint: Use a loop structure to populate 5 data entries to the database)
Answer: Submit your shell script code here with output screenshot
Problem 1 ( 5 0 points ) Write a shell script in

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!