I'm in the process of generating an automatic installation script. I want to test if the tool already is already installed in the system, I found this line :
if [$? -eq 0]
but I did not understand what it means... is it complete or not?
thank you in advance.