An open API service indexing awesome lists of open source software.

https://github.com/msiebuhr/node-ldifgrep

Grep for LDIF
https://github.com/msiebuhr/node-ldifgrep

Last synced: 3 months ago
JSON representation

Grep for LDIF

Awesome Lists containing this project

README

        

LDIFGrep
========

Quick-and-dirty grep for LDIF files.

Ex:

zcat -q data.ldif.gz | ldifgrep [email protected] | less

Caveats
-------

* Only loads from `stdin`. Should be easy to fix, though.
* "Fixes" broken lines, so matching works better + easier to grep later.
* Fails quite hard if interrupted while working.
* No sanity-checking of input. What so ever.
* YMMV

Getting it
----------

For now:

git clone https://[email protected]/msiebuhr/node-ldifgrep.git
cd node-ldifgrep
npm link

Once I get registered on npmjs.org:

npm install ldifgrep