rbinfo - summarize a .rb file
rbinfo [OPTIONS] FILE.rb [FILE.rb ...]
Rbinfo outputs a summary of information about a .rb file, the ebook format that is native to the Rocket eBook reader.
rbinfo -M path/foo.rb
would look for path/foo.ra, etc.
If you specify the -m option without the -r option, rbinfo will use the value of the environment variable RB_ID to know what rocket-ID to use to look for the markup files (since the markup files are saved under the rocket-ID of the reader that created the data).
If you specify the -m option without the -d option, rbinfo will use the value of the environment varible RB_LIB_DIR to find out where it will find the indicated rocket-ID directory. If it is not set, its value defaults to:
C:/Program Files/NuvoMedia/RocketLibrarian/Library/books
the rbmake manpage, the rbburst manpage, the rbdump manpage
Wayne Davison <wayned@users.sourceforge.net>.