bbe is a sed-like editor for binary files. Instead of reading input in lines as sed, bbe reads arbitrary blocks from an input stream and performs byte-related transformations on found blocks.
bbe is a sed-like editor for binary files. Instead of reading input in lines as sed, bbe reads arbitrary blocks from an input stream and performs byte-related transformations on found blocks.
To install bbe, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bbe
To see what files were installed by bbe, run:
port contents bbe
To later upgrade bbe, run:
sudo port selfupdate && sudo port upgrade bbe
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.