Difference between revisions of "bash arithmetic"
From thelinuxwiki
(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`