$ echo $((1 + 2 * 3 - 4)) 3
function c() { echo $(($@)) } alias c='noglob c'
$ echo test 1 + 2>err
Or what if there are files with these names?
$ cp /bin/grep 42
$ 42 + 1