1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<META name="generator" content="HTML Tidy, see www.w3.org">
<TITLE>The 2vcard Handbook: Usage</TITLE>
<META http-equiv="content-type" content=
"text/html; charset=iso-8859-1">
<STYLE type="text/css">
body { background: #ffffff}
a:link { color: #aa0000}
i, p, blockquote, ul li, ul, dl {font-family: Lucida, Verdana, Helvetica, Arial; font-size: 10pt; color: #000000}
</STYLE>
<STYLE type="text/css">
p.c7 {text-align: right}
hr.c6 {text-align: center}
</STYLE>
</HEAD>
<BODY>
<HR width="100%" size="2" noshade class="c6">
<P class="c7"><A href="index-4.html">Next</A> <A href=
"index-2.html">Previous</A> <A href="index.html#toc3">Table of
Contents</A></P>
<H3><A name="s3">3. Usage</A></H3>
<P>Per default, <I>2vcard</I> reads from stdin and writes to stdout.
Alternatively, the input- and output-files can be specified as command-line options.
</P>
<p>Examples:<br><br>
In a pipe:<br>
<code>tr '^M' '\n' < EudoraNicknames | 2vcard -f eudora > out</code><br><br>
Alone:<br>
<code>2vcard -i ~/.aliases -o ~/.addbook.grcd</code<
</p>
<P>If you run into any problems, if you encounter bugs, or if
you have any other comments on this program,please don't
hesitate to <A href="mailto:jschauma@netmeister.org">email
me</A>.<BR>
</P>
<P class="c7"><A href="index-4.html">Next</A> <A href=
"index-2.html">Previous</A> <A href="index.html#toc3">Table of
Contents</A></P>
</BODY>
</HTML>
|