Skip to content

Instantly share code, notes, and snippets.

@seeni-dev
Created September 21, 2018 09:10
Show Gist options
  • Save seeni-dev/365f903c12870924f79ed84aadf600fd to your computer and use it in GitHub Desktop.
Save seeni-dev/365f903c12870924f79ed84aadf600fd to your computer and use it in GitHub Desktop.
i=5;
echo $((1+2));
echo $(($i-3));
echo $((7/2));
echo $((7%5));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment