Top "Legacy" questions

A legacy system is an old application, technology, mainframe, method, etc.

bash: $[<arithmetic-expression>] vs. $((<arithmetic-expression>))

I have just stumbled upon the bash syntax: foo=42 bar=$[foo+1] # evaluates an arithmetic expression When I Googled for this, …

bash syntax operators legacy arithmetic-expressions