Difference between revisions of "bash arithmetic"

From thelinuxwiki
Jump to: navigation, search
(Created page with "examples a=`expr $a + 1` a=`expr 5 + 3` category:bash")

Revision as of 04:17, 27 April 2013

examples

a=`expr $a + 1`
a=`expr 5 + 3`