Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

LAB ASSIGNMENT 8 Write a shell script invoking awk to produce a grade report for a class. The script should be named grade report and

image text in transcribed
image text in transcribed
LAB ASSIGNMENT 8 Write a shell script invoking awk to produce a grade report for a class. The script should be named grade report and will be invoked by grade_report [grade_file] [project file] [level file] If any file names are omitted, please use "grades", "projects" and "levels" as defaults. In other words if one file name is given, it is the grade file. If two file names are given, the first is the grade file and the second is the project file The Grades File: The grades file wil contain one line per student with the student's name and grades separate by colons. An example grades file is John Bunyan:90:100:75:60 Maria Montessori:80:90:60:82 Alice Cooper:75:80:54:47 Harvey Mudd: 89:45:89:95 The Project File: The project file should containe for each project assigned with the project's name and weight separated by colons. An example project file is test1:30 test2:30 paper: 20 exam:50 You will note that the weights are relative and need not add up to 100. In this case the total of the weights is 130

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions