Created
September 20, 2017 20:29
-
-
Save mitsu-ksgr/9294325241ad38ad86178ab444f704df to your computer and use it in GitHub Desktop.
alias of the bc for simply calculation on the terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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