|
Test command
Hello,
I am trying to add some tests to existing code. The code already contains some test commands. An example is as follows...
[[ ${retCode} == 2 ]] then
Does anyone know the purpose of the double equals? I would have used a single equals sign...
|