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
- Host: GitHub
- URL: https://github.com/msiebuhr/node-ldifgrep
- Owner: msiebuhr
- Created: 2011-09-01T12:34:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-04T11:24:44.000Z (over 12 years ago)
- Last Synced: 2024-10-22T17:39:57.567Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.
* YMMVGetting it
----------For now:
git clone https://[email protected]/msiebuhr/node-ldifgrep.git
cd node-ldifgrep
npm linkOnce I get registered on npmjs.org:
npm install ldifgrep