Question: Bash Script Task In Linux basic and easiest way Create a BASH script that does the following: Program an accountant management system: The Script should
Bash Script Task In Linux basic and easiest way
Create a BASH script that does the following:
Program an accountant management system:
The Script should prompt the user the following menu:
Print All Entries".
Print Total Salaries".
Print Average Salaries".
Search for an Employee's Salary".
Exit".
The Entries are a Dictionary object aka associative array In the following format: EntriesEmployee Name Salary
Use Functions for each option and when needed OPTIONAL
The Task should be done only using command line tools.
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
