0% found this document useful (0 votes)
37 views1 page

Assignment 1

A shell script was written to perform arithmetic operations of addition, subtraction, division and multiplication on two integer numbers. The user is prompted to enter two numbers and the operator, and the script displays the result of the operation on those numbers.

Uploaded by

Suhas Nipane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Assignment 1

A shell script was written to perform arithmetic operations of addition, subtraction, division and multiplication on two integer numbers. The user is prompted to enter two numbers and the operator, and the script displays the result of the operation on those numbers.

Uploaded by

Suhas Nipane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Q> Write a shell script to perform arithmetic operation of add (sub, div, mul) on two integer

numbers.

You might also like