Question: uestion 2 [ 6 Points ] Write a shell script that manages a to - do list. Store the to - do list in a
uestion Points
Write a shell script that manages a todo list. Store the todo list in a file called todo.txt in the format: for not started, for doing, for complete The features are as follows:
todolistsh Print all the tasks in todo list that are not completed
todolistsh display Print all tasks with their serial numbers
todolistsh add Add the task in todo list in category of not started
todolistsh todo Print all the tasks not started yet
todolistsh doing Print all the task whose status is 'doing'
todolistsh complete Print all completed tasks
todolistsh markcomplete integers, say nn Mark as complete all the commands whose serial numbers are n n n Note that user may enter any number of serial numbers, upto
todolistsh delete integers Delete all the tasks whose serial numbers are given as arguments
For any other argument give the appropriate error message.
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
