Page 1 of 1
QUESTION 8 #!/bin/bash A=B B=5 B= ((B+1)) let $A=2 echo $B What is the output from this script? (put ERROR if it fails)
Posted: Fri Jul 01, 2022 5:43 am
by answerhappygod

- Question 8 Bin Bash A B B 5 B B 1 Let A 2 Echo B What Is The Output From This Script Put Error If It Fails 1 (22.06 KiB) Viewed 40 times
Please answer all parts clearly
QUESTION 8 #!/bin/bash A=B B=5 B= ((B+1)) let $A=2 echo $B What is the output from this script? (put ERROR if it fails)
QUESTION 9 echo abc | grep -E '^[^xyz][ab][a-z]$' Match No Match Error