Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the contents of chores.csv in the previous question; write an awk script to return the total time for Chelsey and Sam to separately complete

image text in transcribed

image text in transcribed

Given the contents of chores.csv in the previous question; write an awk script to return the total time for Chelsey and Sam to separately complete their chores. A complete solution will include; 1. your script 2. The invocation of awk to run your script against chores.csv 3. The output of the command Example output; Chelsey=105 Sam=120 NOTE: Remember to account for the file header! Using the chores.csv file from the previous question; write an awk script to return the average number of minutes required to complete a chore. Your solution must handle an undefined number of chores. zero points will be given to solutions that use a static number in their calculation. Format floating point numbers to 2 decimal places. Example output; Average: 32.14 Given the contents of chores.csv in the previous question; write an awk script to return the total time for Chelsey and Sam to separately complete their chores. A complete solution will include; 1. your script 2. The invocation of awk to run your script against chores.csv 3. The output of the command Example output; Chelsey=105 Sam=120 NOTE: Remember to account for the file header! Using the chores.csv file from the previous question; write an awk script to return the average number of minutes required to complete a chore. Your solution must handle an undefined number of chores. zero points will be given to solutions that use a static number in their calculation. Format floating point numbers to 2 decimal places. Example output; Average: 32.14

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Management An Organizational Perspective

Authors: Richard T. Watson

1st Edition

0471305340, 978-0471305347

More Books

Students also viewed these Databases questions