Section 9 - Lab Work part 5 - AWK Using the following data file (delimited by a space or tab) named (section9.5.input) November 650 January 225 June 380 March 200 April 227 May 356 July 409 August 325 September 400 February 396 October 347 December 204 Write a script named (section9.5.sh) that will use AWK to process the data file line by line. The script will send the output to file (section9.5.out) in the following format: Sales Month January February March April May June July August September October November December Total 225 396 200 227 356 380 409 Challenge Lab 325 400 347 650 204 show the total What to upload into Moodle: Upload your fully functioning, well documented, script (section9.5.sh), input file (section9.5.input) and output file (section9.5.out) into Moodle.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.2: Reading And Writing Character-based Files
Problem 5E
icon
Related questions
Question

Please use these commandswithin the .sh file 
sort -M .. to a temp file
awk….. the sorted temp file

rm .. temp file from sort command.

Section 9 - Lab Work part 5 - AWK
Using the following data file (delimited by a space or tab) named (section9.5.input)
November 650
January 225
June 380
March 200
April 227
May 356
July 409
August 325
September 400
February 396
October 347
December 204
Write a script named (section9.5.sh) that will use AWK to process the data file line by line. The script will
send the output to file (section9.5.out) in the following format:
Sales
Month
January
February
March
April
May
June
July
August
September
October
November
December
Total
225
396
200
227
356
380
409
Challenge Lab
325
400
347
650
204
show the total
What to upload into Moodle:
Upload your fully functioning, well documented, script (section9.5.sh), input file (section9.5.input) and
output file (section9.5.out) into Moodle.
Transcribed Image Text:Section 9 - Lab Work part 5 - AWK Using the following data file (delimited by a space or tab) named (section9.5.input) November 650 January 225 June 380 March 200 April 227 May 356 July 409 August 325 September 400 February 396 October 347 December 204 Write a script named (section9.5.sh) that will use AWK to process the data file line by line. The script will send the output to file (section9.5.out) in the following format: Sales Month January February March April May June July August September October November December Total 225 396 200 227 356 380 409 Challenge Lab 325 400 347 650 204 show the total What to upload into Moodle: Upload your fully functioning, well documented, script (section9.5.sh), input file (section9.5.input) and output file (section9.5.out) into Moodle.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr