Buyrun bu şekilde hatasız kullanabilirsiniz.
##############################
#!/bin/bash
test_command=$(curl -s --head -w %{http_code} https://www.google.com | head -1 | awk '{print $2}')
if [ $test_command == "200" ] ; then
echo " command executed successfully execute all commands up to else statement or to fi if there is no else statement"
else
echo " command failed so execute all commands up to fi"
fi
#########################
noktalı virgül gibi noktalara dikkat ediniz "then" sözcüğü kullanımıda hatlıydı. Yukarıdaki şekilde hatasız çalışır kodlarınız.