Skip to content

Instantly share code, notes, and snippets.

@ronin13
Created October 15, 2010 10:34
Show Gist options
  • Save ronin13/627980 to your computer and use it in GitHub Desktop.
Save ronin13/627980 to your computer and use it in GitHub Desktop.
# - m_inmail search the database created by lbdb-fetchaddr(1)
# - m_finger finger some hosts defined in variable M_FINGER_HOSTS
# - m_passwd search the local /etc/passwd file.
# - m_yppasswd search the NIS password database.
# - m_nispasswd search the NIS+ password database.
# - m_getent search the password database (whatever is configured).
# - m_pgp2 search your PGP 2.* keyring
# - m_pgp5 search your PGP 5.* keyring
# - m_gpg search your GnuPG keyring
# - m_fido search the Fido nodelist converted by nodelist2lbdb(1)
# - m_abook query abook(1), the text based address book application.
# - m_addr_email query addr-email(1) from addressbook Tk-program.
# - m_muttalias search $MUTTALIAS_FILES for aliases.
# - m_pine search pine(1) addressbook files for aliases.
# - m_palm search your Palm addressbook file.
# - m_gnomecard search your GnomeCard address database files.
# - m_bbdb search your BBDB (big brother database).
# - m_ldap query an LDAP server
# - m_wanderlust search your wanderlust ~/.addresses file.
# - m_osx_addressbook search the OS X addressbook (only available on OS X).
# - m_evolution search in the Ximan Evolution addressbook.
# - m_vcf search a vcard (according to RFC2426) file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment