set of programs for dealing with numbers from the command line
The num-utils are a set of programs for dealing with numbers from the Unix command line. Much like the other Unix command line utilities like grep, awk, sort, cut, etc. these utilities work on data from both standard in and data from files.
The num-utils are a set of programs for dealing with numbers from the Unix command line. Much like the other Unix command line utilities like grep, awk, sort, cut, etc. these utilities work on data from both standard in and data from files.
To install num-utils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install num-utils
To see what files were installed by num-utils, run:
port contents num-utils
To later upgrade num-utils, run:
sudo port selfupdate && sudo port upgrade num-utils
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.