CORRECT TEXT What word will complete an if statement in…

CORRECT TEXT
What word will complete an if statement in bash such as the following:
if [ -x “$file” ]; then
echo $file
_____

CORRECT TEXT
What word will complete an if statement in bash such as the following:
if [ -x “$file” ]; then
echo $file
_____

Answer: fi



Leave a Reply 0

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