Gexpr is a shell calculator with floating point, standard C functions, relational operators, and output in base 2/8/10/16. It is a light alternative to bc(1). It can also be used to add floating point math to shell scripts.
Gexpr is a shell calculator with floating point, standard C functions, relational operators, and output in base 2/8/10/16. It is a light alternative to bc(1). It can also be used to add floating point math to shell scripts.
To install gexpr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gexpr
To see what files were installed by gexpr, run:
port contents gexpr
To later upgrade gexpr, run:
sudo port selfupdate && sudo port upgrade gexpr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.