Page 1 of 1

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

Posted: Sat Jul 23, 2022 7:42 pm
by answerhappygod
SIMULATION -
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)