Question: Task 1 : Simple Calculator Write a Bash script named simple _ calculator.sh that: 1 . Prompts the user to enter two numbers. 2 .
Task : Simple Calculator
Write a Bash script named simplecalculator.sh that:
Prompts the user to enter two numbers.
Asks the user to choose an operation: addition, subtraction, multiplication, or
division.
Calculate the result and display it
Task : File Permissions Checker
Write a Bash script named filepermissionschecker.sh that:
Prompts the user to enter the name of a file.
Check the files permissions read write, execute
Displays which permissions are granted to the user for the file. If the file does not
exist, display an appropriate error message.
Submission Instructions:
Write the scripts in separate sh files.
Test your scripts to ensure they run without errors.
Submit your scripts in iLearn.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
