Mention in the Info file the best way to merge two (perhaps just
slightly different) .bbdb files.

Worked for me:
$ diff ~/.bbdb other/.bbdb #see how they differ
$ sort -u ~/.bbdb other/.bbdb > /tmp/.bbdb
$ emacs /tmp/.bbdb #removing unwanted items by hand
$ mv /tmp/.bbdb ~

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to