Using an IDE or Text Editor of your choice, create and save a UNIX Shell file for the problem given. Beforesubmitting your solution via Canvas, zip the shell script and name the archive, if your name...

1 answer below »
I want this assignment some one work from US and work with me on my computer in person near by new jersey or by TeamViewer so use my computer screen and explain me too about assignment. for this assignment need to do from scracthn


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, zip 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: aaaaabbbbbbcccccdddddddddd eeeeef ff {1fggggghhhhhhbhhh 1311853535 kidekd1111111111 The illustrated 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: Character Field 1-5 Account Number 6-11 Tag Number 12-16 Amount Paid 17-26 Transaction Date Write a shell script, ar. sh, to process a file defined Ly 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 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 Command Line § ./ar.sh transactions Sample Input File: transactions __ OutputFile #1: NJ7339 Output File #2: PA2094 58171NJ733909.9801/20/2023 01/10/2023,24.95 01/10/2023,8483 00089PA209409.9801/22/2023 01/20/202334.93 01/13/2023,119.76 58171PA209414.9701/20/2023 01/22/202359.88 01/20/2023,13473 22024PA209409.9801/13/2023 01/22/2023,14471 93668PA209434.9301/10/2023 00089PA209409.9801/10/2023 93668PA209429.9401/10/2023 00089NJ733914.9701/10/2023 00089PA209409.9801/10/2023 58171NJ733909.9801/10/2023 22924PA209424.9501/13/2023 93668N]733924.9501/22/2023 Grading Policy + Student found in violation of the University Policy on Academic Integrity will face disciplinary action. + Thisisan individual project; collaboration is not permitted. All work that you represent asyour own must. in fact. be vour own.
Answered 4 days AfterFeb 07, 2023

Answer To: Using an IDE or Text Editor of your choice, create and save a UNIX Shell file for the problem given....

Nidhi answered on Feb 11 2023
33 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here