I am writing a shell script for a file, it gives me this error:
I am quite certain that the syntax is correct. I dont know what the error is
if[ "$check" = "rename" ]; then
echo "now "
else
echo "blub"
fi
I know its a duplicate question. I have tried this(Alternative section of the first solution) as well. :(. It still does not work for me