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

- Question 4 Bin Bash Cumulative 100 If Cumulative Gt 50 Then Echo Yes Else Fi Echo No What Is The Output 1 (33.83 KiB) Viewed 31 times
Please answer all parts clearly
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