Examining Berkeley DB files from the CLI

前端 未结 8 1859
野趣味
野趣味 2020-12-23 12:35

I have a set of Berkeley DB files on my Linux file system that I\'d like to examine.

What useful tools exist for getting a quick overview of the contents? I can writ

8条回答
  •  北海茫月
    2020-12-23 13:18

    Check out the db-utils package. If you use apt, you can install it with the following: apt-get install db-util (or apt-get install db4.8-util or whatever version you have or prefer.)

    Additional links:

    • http://rpmfind.net/linux/rpm2html/search.php?query=db-utils
    • https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=db-util&searchon=names
    • Man page of db4.4_dump

提交回复
热议问题