Question: 4. [12] Write a bash shell script called alert which accepts a command line argument, searches a comma-separated value (CSV) data file, and meets the
![4. [12] Write a bash shell script called alert which accepts](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f30130d4f79_58466f3013047f4e.jpg)



4. [12] Write a bash shell script called alert which accepts a command line argument, searches a comma-separated value (CSV) data file, and meets the following requirements The format of the data file is as follows: FIELD C1st.omer 1d account number FORMAT nimeric numeric alphanume ric Lan Compare the usage field of the CSV data file field to the value specified by the user (command line argument) . . Display all entries whose value is greater than that specified . Your script must search the usage field only -- no unintentional matches with other fields (e.g. account number, etc.) If there are no records whose usage is greater than the value specified, print the message "There are no customers with usage greater than ". Substitute specified value in message as in example below . .For this question, your program must read the data file on a line-by-line basis. (Do not split the data file into multiple files by field. Do not assign the entire output to a single variable.) . You must clean up any temporary files which you used
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
