Question: Write a bash script that converts temperatures from Fahrenheit to Kelvin. The temperatures to convert will be passed as arguments to the script, and will
Write a bash script that converts temperatures from Fahrenheit to Kelvin. The temperatures to convert will be passed as arguments to the script, and will be integers. The script should output the converted temperatures, rounded to the nearest integer, one per line. (Hint: rewrite the equation to convert from Fahrenheit to Kelvin using integers, addition and multiplication, and one division operation as the last step.) If a converted temperature is below 0 degrees Kelvin, the script should also indicate that this is impossible1. If no arguments are given, the script should display a message about how to use the script, and exit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
