Question: Write a bash script to take two integers as arguments and apply all arithmetic operations on them and then print the output on a file
Write a bash script to take two integers as arguments andapply all arithmetic operations on them and then print the output on a file named “OUTPUT”.
NOTE: Every time you run the script the previous output must NOT be lost.
Step by Step Solution
There are 3 Steps involved in it
read p Enter first number a read p Enter s... View full answer
Get step-by-step solutions from verified subject matter experts
