Skip to content

Instantly share code, notes, and snippets.

@mitsu-ksgr
Created September 20, 2017 20:29
Show Gist options
  • Save mitsu-ksgr/9294325241ad38ad86178ab444f704df to your computer and use it in GitHub Desktop.
Save mitsu-ksgr/9294325241ad38ad86178ab444f704df to your computer and use it in GitHub Desktop.
alias of the bc for simply calculation on the terminal
function calc {
[ $# -ge 1 ] && echo "scale=5; $1" | bc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment