Question: (Linux Script Question) Please write a script for the following in Linux for bash shell: Write a script that will take three (3) arguments. The
(Linux Script Question) Please write a script for the following in Linux for bash shell:

Write a script that will take three (3) arguments. The first two arguments correspond to the two constants m and b in the linear equation y = m*x + b. The third argument is the value of x to be used in the equation. The script will output to the terminal the result of the equation m*x + b. When an incorrect number of arguments is provided output an error message to stderr and return a non-zero exit code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
