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

What word will complete an if statement in bash such as the following:
if [ x "$file" ]; then echo $file _____

(Please provide missing word only)

What word will complete an if statement in bash such as the following:
if [ x "$file" ]; then echo $file _____

(Please provide missing word only)

Answer: fi



Leave a Reply 1

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