formatted input from standard input similar to scanf from C
scanf provides formatted input from standard input, strings, or files, using a format-string syntax that is similar to scanf() from C. The syntax should be familiar to C programmers, and offers very simple pattern matching against strings and files.
scanf provides formatted input from standard input, strings, or files, using a format-string syntax that is similar to scanf() from C. The syntax should be familiar to C programmers, and offers very simple pattern matching against strings and files.
To install py27-scanf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-scanf
To see what files were installed by py27-scanf, run:
port contents py27-scanf
To later upgrade py27-scanf, run:
sudo port selfupdate && sudo port upgrade py27-scanf
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.