PLEASE HELP! LINUX BASH SHELL SCRIPT

PLEASE HELP!

NEED LINUX SCTIPT

Need to write a bash shell script to show information of employees of a department from a company data set.

The script should accept a project number (1/2/3/10/20/30) and output

  • the name of the project
  • the name of the manager of the controlling department of the project
  • the total number of employee work hours on that project
  • the total number of dependents of all employees who work on that project.

Also, the script should prompt the user and repeat the task for another project number if requested.

THANKS!

Post in the homework forum following the homework rules. It's the only way we can help you.

Also, show what you've tried already.