Page 1 of 1
Question Completion Status: #!/bin/bash AMOUNT=100; if [[ $AMOUNT -gt "50" ]]; then echo Yes else fi echo No What is the
Posted: Fri Jul 01, 2022 5:43 am
by answerhappygod

- Question Completion Status Bin Bash Amount 100 If Amount Gt 50 Then Echo Yes Else Fi Echo No What Is The 1 (29.25 KiB) Viewed 36 times
Please answer all parts clearly
Question Completion Status: #!/bin/bash AMOUNT=100; if [[ $AMOUNT -gt "50" ]]; then echo Yes else fi echo No What is the output from this script? Yes No Error
QUESTION 22 What option on grep tells it to always show the file names?