What word will complete an if statement in bash such as the following…

CORRECT TEXT

What word will complete an if statement in bash such as the following: if [ -x “$file” ]; then echo
$file _____ (Please provide the missing word only).

CORRECT TEXT

What word will complete an if statement in bash such as the following: if [ -x “$file” ]; then echo
$file _____ (Please provide the missing word only).

Answer: FI



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Marcus

Marcus

if [-x “$file”]; then

comand…

fi