Skip to content

Instantly share code, notes, and snippets.

@aeppert
Created August 11, 2015 19:39
Show Gist options
  • Save aeppert/e9e6fec67c85806b8b0f to your computer and use it in GitHub Desktop.
Save aeppert/e9e6fec67c85806b8b0f to your computer and use it in GitHub Desktop.
Math on the command line
calc(){ awk "BEGIN{ print $* }" ;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment