Dominion Consulting in Sydney needs a shell script (to run on
the Bourne shell) to maintain its employee records file, which
contains the following information (fields) about each
employee:
telephone number (8 digits, first digit non-zero);
family name (alphabetic characters);
first name (alphabetic characters);
department number (2 digits) and
job title (alphabetic characters).
This script should let users add, delete, search for, and display
specific employee information.
Task Requirements
Create a text file named records containing the following
records with...