Question: in linux coding In this assignment you will work with the file ~smith/first /donors . The first column of this file contains names of people
in linux coding
In this assignment you will work with the file ~smith/first/donors.
The first column of this file contains names of people who donated money during the first three months of the year; in the second column you will find their telephone numbers; the last three columns are donations during January, February and March. Write a Bash shell script containing awk commands to produce the following output:
Insert a heading line and display information from this file in the following format:
| NAME | PHONE | JAN | | FEB | | MAR | |
| Jane Smith | (314)516-5239 | $10.00 | $50.00 | $15.00 |
Change the last name Savage to Savauge
Put the list of donors (with all information) with area code 916 in a file named specialAreaCode.
Put lines with first names starting with C or E in the file CEnames.
Put the list of people who donated over $500 to the campaign to the file over500. This list must be sorted by last names and contain only full names and telephone numbers. Use a command sort for sorting.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
