Question: Using an IDE or Text Editor of your choice, create and save a UNIX Shell file for the problem given. Before submitting your solution via

Using an IDE or Text Editor of your choice, create and save a UNIX Shell file for the problem given. Before submitting your solution via Canvas, sip the shell script and name the archive, if your name is Harry Houdini, for example, HW1_HarryHoudini.zip. In fixed-length or fixed-format records, each field starts and ends at the same place in every record. A data file that contains data records of equal and constant length might be organized as follows: aaaabbbbbbcccccddddddddd eeeeeffffffgggghhhhhhhhhhh iiiiijjjjjjkkkkk1111111111 The illust rated data file has three records-one record on each line. Each record is made up of twenty six characters split across four fields. When you define a fixed-length format, you specify the length of each field using a fixed-length record file definition: Write a shell script, ar.sh, to process a file defined by the record file definition illustrated previously. The script must generate an output file for each unique Tag Number. Each output file shall be named after the corresponding tag. The lines in each file contain two fields separated by a comm a: A date, and a cumulative dollar amount equals to the sum of Amount Paid up to and including the corresponding date. Sample Session - Input and Output Files
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
