Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5 A data file file has some student records including rollno, names and subject marks. The fields are separated by a :. Write a shell
5 A data file file has some student records including rollno, names and subject marks. The fields are separated by a :. Write a shell script that accepts roll number from the user, searches it in the file and if the roll number is present - allows the user to modify name and marks in 3 subjects. If the roll number is not present, display a message Roll No Not Found. Allow the user to modify one record at a time.
need in UNIX based shell script
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