Redundant Use of Command Substitution and `echo` Builtin
Opened this issue · 0 comments
Deleted user commented
Line 13 in 75a8dc0
As the title suggests. ;) This is a common error, with a thankfully easy solution:
answer=$(( x % y ))
Opened this issue · 0 comments
Line 13 in 75a8dc0
As the title suggests. ;) This is a common error, with a thankfully easy solution:
answer=$(( x % y ))