Question from the Bash - Fundamentals test

Bash conditional test: what does -ge mean?

Waiting for validation

What does -ge test?

if [ $age -ge 18 ]; then
  echo "Major"
else
  echo "Minor"
fi
Author: Maxime ChenaudStatus: Waiting for validationQuestion not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!