QUESTION 4 #!/bin/bash CUMULATIVE=100; if [[ "$CUMULATIVE" -gt "50" ]]; then echo Yes else fi echo No What is the output
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 4 #!/bin/bash CUMULATIVE=100; if [[ "$CUMULATIVE" -gt "50" ]]; then echo Yes else fi echo No What is the output
QUESTION 4 #!/bin/bash CUMULATIVE=100; if [[ "$CUMULATIVE" -gt "50" ]]; then echo Yes else fi echo No What is the output from this script? Yes No O Error QUESTION 5 What argument to 'Is' would list all the files in the current directory that do not start with a digit 0 to 9? Is