Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 22, 2020 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/688ce6e0071756e3680a38b4928558ff to your computer and use it in GitHub Desktop.
Save r-ryantm/688ce6e0071756e3680a38b4928558ff to your computer and use it in GitHub Desktop.
/nix/store/cr92sh9ir30fms8xazf8ps5mdgrx86cr-ldb-2.1.3
├── bin
│   ├── ldbadd
│   ├── ldbdel
│   ├── ldbedit
│   ├── ldbmodify
│   ├── ldbrename
│   └── ldbsearch
├── lib
│   ├── ldb
│   │   ├── libldb-cmdline.so
│   │   ├── libldb-key-value.so
│   │   ├── libldb-tdb-err-map.so
│   │   └── libldb-tdb-int.so
│   ├── libldb.so -> libldb.so.2.1.3
│   ├── libldb.so.2 -> libldb.so.2.1.3
│   ├── libldb.so.2.1.3
│   ├── libpyldb-util.cpython-37m-x86-64-linux-gnu.so -> libpyldb-util.cpython-37m-x86-64-linux-gnu.so.2.1.3
│   ├── libpyldb-util.cpython-37m-x86-64-linux-gnu.so.2 -> libpyldb-util.cpython-37m-x86-64-linux-gnu.so.2.1.3
│   ├── libpyldb-util.cpython-37m-x86-64-linux-gnu.so.2.1.3
│   └── python3.7
│   └── site-packages
│   ├── ldb.cpython-37m-x86_64-linux-gnu.so
│   └── _ldb_text.py
├── modules
│   └── ldb
│   ├── asq.so
│   ├── ldb.so
│   ├── paged_searches.so
│   ├── rdn_name.so
│   ├── sample.so
│   ├── server_sort.so
│   ├── skel.so
│   └── tdb.so
└── share
└── man
├── man1
│   ├── ldbadd.1.gz
│   ├── ldbdel.1.gz
│   ├── ldbedit.1.gz
│   ├── ldbmodify.1.gz
│   ├── ldbrename.1.gz
│   └── ldbsearch.1.gz
└── man3
└── ldb.3.gz
11 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment