Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a script called pow.sh that is located in your workspace directory to calculate the power of two integer numbers ( e . g .
Write a script called
pow.sh that is located in your workspace directory to calculate the power of two integer numbers eg a A b ; where a and b are passed as parameters from the command line eg The result should be echoed to the screen as a single integer eg
NOTE: Do not include any other output, just output the single integer result.
Submit your code to the autograder by pressing CheckIt
NOTE: You can submit as many times as you want up until the due date.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started