Question: Write a bash script for a Daily Task management utility. This is a simple utility that has the function to manage task for a user
Write a bash script for a Daily Task management utility. This is a simple utility that has the function to manage task for a user for a single day. The utility should have the following operations:
- The utility must be password protected
- User must be able to add a task
- User must be able to delete the completed task
- User must be able to search tasks
- Display all the task.
Step by Step Solution
There are 3 Steps involved in it
Creating a Bash script for a daily task management utility involves implementing a simple commandline based program that meets the specified requireme... View full answer
Get step-by-step solutions from verified subject matter experts
