Fsdb, the flatfile streaming database, is a package of commands for manipulating flat-ASCII databases from shell scripts. Fsdb is useful to process medium amounts of data (with very little data you’d do it by hand, with megabytes you might want a real database).
Fsdb, the flatfile streaming database, is a package of commands for manipulating flat-ASCII databases from shell scripts. Fsdb is useful to process medium amounts of data (with very little data you’d do it by hand, with megabytes you might want a real database).
To install fsdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fsdb
To see what files were installed by fsdb, run:
port contents fsdb
To later upgrade fsdb, run:
sudo port selfupdate && sudo port upgrade fsdb
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.