On Sat, 2011-11-26 at 19:09 -0500, Bob Goodwin wrote:
> Is there a Linux application that will display a .vcf file?

You can use any text editor to look at the contents, it's just a list of
fields and data, in a form style.  Not exactly like this, but it's the
idea behind the technique:

  name: Tim
  email: ignored_mail...@yahoo.com.au

They're an electronic business, or visiting, card.  And they contain as
much information as the person put into it, or the recipient added to it
when they saved it.  They can hold names, numbers, addresses, encoded
pictures, etc.

If you want to parse the data, that's another matter.  But you haven't
said what your needs are.  Just to be able to see the content, or do
something with it.

There are a variety of formats, and some of the data may not be
recognised for what it is by some readers (which may not show you that
data, or just show the raw data for you to figure out what it is).

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to