While I'm searching for bash examples, I find the let command but I never understand it.
I saw the man bash, also I couldn't understand what let expression does.
Some let usage that I saw:
let z=z+3let "z += 3"
What is the usage of let?
Any explained example will be appreciated.