Question: linux please . . Problem 2: Please use the script file awkc8b discussed in the class handouts as a template to complete the following tasks:
. . Problem 2: Please use the script file "awkc8b" discussed in the class handouts as a template to complete the following tasks: Create an awk script file, myawklargest 3, that will read 3 numbers, compute the largest number, and then display it. Your awk script, myawklargest3, must include a self-defined function with 3 parameters. No awk built-in function or an array is allowed in your script. Please test your script with at least following testing cases: $ ./myawklargest 3 894 The largest number is 9 $ ./myawklargest 3 -6 -8 7 The largest number is 7 - Cut/paste your script file, myawlargest3, to a local text document, save it in text (or pdf) format, and then upload it to D2L along with screenshots of the execution of your script against the testing cases provided above by the deadline
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
