0.0.2 • Published 12 years ago

ldifgrep v0.0.2

Weekly downloads
9
License
-
Repository
github
Last release
12 years ago

LDIFGrep

Quick-and-dirty grep for LDIF files.

Ex:

zcat -q data.ldif.gz | ldifgrep your@mail.tld | 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://msiebuhr@github.com/msiebuhr/node-ldifgrep.git
cd node-ldifgrep
npm link

Once I get registered on npmjs.org:

npm install ldifgrep
0.0.2

12 years ago

0.0.1

13 years ago