∙> bash -c '(( 0 )); echo $?'
1
∙> bash -c '(( 1 )); echo $?'
0
True is false and false is true? Say what, Bash?!?
Music-obsessed software geek. One of Breakmaster Cylinder’s Internet weirdos. He/him.
∙> bash -c '(( 0 )); echo $?'
1
∙> bash -c '(( 1 )); echo $?'
0
True is false and false is true? Say what, Bash?!?