What is the difference between operator "=" and "==" in Bash ?
- by debugger
Hello All,
It seems that these two operators realize pretty much same. So do you have any idea for the exact difference between the two ? When i need to use "=" and when "==" ??
Thank you,
Debugger