Question Completion Status: #!/bin/bash AMOUNT=100; if [[ $AMOUNT -gt "50" ]]; then echo Yes else fi echo No What is the
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question Completion Status: #!/bin/bash AMOUNT=100; if [[ $AMOUNT -gt "50" ]]; then echo Yes else fi echo No What is the
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?