Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 3.3

addresses(1)


addresses

addresses

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
USAGE
KNOWN BUGS
REPORTING BUGS
AUTHOR

NAME

addresses − Dumps the Palm AddressBook entries to STDOUT in a simple format

SYNOPSIS

Redirect to a specified output file
addresses
[−p <port>] > MyAddresses.txt

This will dump the Address Book from your Palm into the file MyAddresses.txt in the format that looks as follows:

Category: Personal Businesses
Last name: Doe
First name: Jane
Company: Acme, Inc.
Work: +1 (800) GO−ACME
Home: jdoe@acme.org
Address: 123 Main Street
City: Anywhere
State: CA
Zip Code: 01234−5678
Country: USA
Title: Chief Annoyance Officer

Output to STDOUT (the screen)
addresses
[−p <port>]

This will dump the same information to the screen (or wherever you may have STDOUT redirected on your system).

DESCRIPTION

addresses will connect to your Palm device and dump the current AddressDB.pdb entries to STDOUT (generally the screen) or, if redirected with the ’>’ character, it will redirect to a file of your choosing (called "MyAddresses.txt in this case, but may be called any other filename you wish).

OPTIONS

There is only one option (and it is, well, optional), and that is the ’>’ redirection character to send the output to a file (or process) instead of STDOUT (generally "The Screen[tm]")

USAGE

The program will read Address data from the Palm and output format suitable for the other programs to import as required. You may redirect the output to a file or process, at your choosing.

KNOWN BUGS

addresses has no known bugs.

REPORTING BUGS

Report bugs at http://bugs.pilot−link.org/

AUTHOR

addresses was written by Kenneth Albanowski



addresses(1)