Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

syncbbdb-bootstrap(1) [debian man page]

syncbbdb-bootstrap(1)					      General Commands Manual					     syncbbdb-bootstrap(1)

NAME
syncbbdb-bootstrap - synchronize BBDB with Palm device SYNOPSIS
syncbbdb-bootstrap [ -port port ] [ -bbdb file ] -ids file -trans file DESCRIPTION
This script allows you to synchronize your Palm addressbooks and your BBDB data without using PilotManager(1). If you use PilotManager, this script is unncecessary. OPTIONS
-ids file The location of the ids file. This file is used to track changes in BBDB and Pilot (especially for a full sync). If you aren't using PilotManager(1) this can be any name but it should always be the same file (eg. ~/.bbdb.ids) -trans file The translation file. This file provides a mapping between the fields in the bbdb records and fields in the pilot records. The for- mat is one entry per line: <pilot name> <bbdb name> It is case sensitive -port port Port for pilot (defaults to /dev/pilot, or the environment variable PILOTPORT if set). -bbdb filename The location of your bbdb file (defaults to ~/.bbdb). SEE ALSO
PilotManager(1). Debian GNU/Linux May 2001 syncbbdb-bootstrap(1)

Check Out this Related Man Page

pilot-dedupe(1) 						    PILOT-LINK							   pilot-dedupe(1)

NAME
pilot-dedupe - Removes duplicate records from any Palm database. SECTION
pilot-link: Userland conduits SYNOPSIS
pilot-dedupe [-p|--port <port>] [-q|--quiet] [--version] [-?|--help] [--usage] database ... DESCRIPTION
pilot-dedupe is used to remove duplicate records from any Palm database. OPTIONS
Conduit Options -p, --port lt;port> Use device file <port> to communicate with the Palm handheld. If this is not specified, pilot-dedupe will look for the $PILOTPORT envi- ronment variable. If neither are found or supplied, pilot-dedupe will print the usage information. -q, --quiet Suppress 'Hit HotSync button' message -v, --version Display version of pilot-dedupe and exit without connecting. Help Options -h, --help Display the help synopsis for pilot-dedupe and exit without connecting. --usage Display a brief usage message and exit without connecting. EXAMPLE
To remove duplicates from the Address and Todo databases: pilot-dedupe -p /dev/pilot AddressDB ToDoDB AUTHOR
This manual page was written by Neil Williams <linux@codehelp.co.uk> REPORTING BUGS
We have an online bug tracker. Using this is the only way to ensure that your bugs are recorded and that we can track them until they are resolved or closed. Reporting bugs via email, while easy, is not very useful in terms of accountability. Please point your browser to http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your bugs and issues there. COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. SEE ALSO
pilot-link(7). 0.12.5 Copyright 1996-2007 FSF pilot-dedupe(1)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How create a large list of document ids in VI

How can I create a large list of document ids, about a 1,000 or more in a list without having to type them in? If I can list these documents ids with one command I know how to transfer the output to a new vi list. But how can I strip unwanted extra information in this list and leave only the... (1 Reply)
Discussion started by: ruben7566
1 Replies

2. Shell Programming and Scripting

Function output

I am working on a script that will recycle processes in an application identified by entry ids. I am reading a file, and using the first field in the records in file to store the entry ids. The second field is a description. I have two records in this file to test my script. My code to do this... (2 Replies)
Discussion started by: Skyybugg
2 Replies

3. Shell Programming and Scripting

How to solve this

I have to write an script for.. CUST: 123 trans: some contents CUST: 1234 trans: some contents Now wat i have to do is this: CUST:123 akash trans: some contents CUST:1234 akash1 trans: I have been able to add... (3 Replies)
Discussion started by: akashag22
3 Replies

4. Shell Programming and Scripting

Need help with this script

Hi, I'm new to unix shell scripting so I need some help here. I've been asked to create a script for work that will synchronize the user ids and group ids in the /etc/passwd and /etc/group files with other machines. I know that this is playing with fire a little but it is still required. When I... (3 Replies)
Discussion started by: garlic_punisher
3 Replies

5. Shell Programming and Scripting

need shell script for this challenge problem

two tabulate files (A, B), each contents thousands and thousands lines with ids. first find out contents with common ids in both A, B and print out into a file; second find out contents with ids which only exist in file A and print out into a file. (4 Replies)
Discussion started by: ssshen
4 Replies

6. Shell Programming and Scripting

File splitting issues

Hi, I have to spilt around 120 files based on some id .These ids are provided by an input file here.For each of the 120 files, the script will read the list of ids from input file, grep and split the files . 1) I am using grep to split the files. But, it is creating 0 byte files if the id... (5 Replies)
Discussion started by: Maya_Pillai
5 Replies

7. Shell Programming and Scripting

If test grep.... always returns 0 status

Hi all. I am trying to compare and filter two files. I have a bigfile.txt of names and ids and a smallfile.txt of ids only. What I am trying to do is use a while read loop to read the ids in the bigfile and then echo the name and id only if the id exists in the small file. Basically, I'm trying to... (5 Replies)
Discussion started by: jameswatson3
5 Replies

8. UNIX for Dummies Questions & Answers

Email ids trucated in Mailx function

I wanted to send email to list of people using mailx in unix. I am getting the emailds from a oracle table and getting the ids in a variable. Shell script is shown below: ----------------------------------------------------------------------- filename=testdata921 export filename... (5 Replies)
Discussion started by: sasi02
5 Replies

9. Emergency UNIX and Linux Support

Retrieving a list of "orphan" ids

I have a situation where I would like to retrieve a list of ids on AIX 5.3 server, which do not have proper gecos information. The need is to fix all of these ids before it gets flagged as an audit exposure. Can someone please help me with a command/script to retrieve this list? G (3 Replies)
Discussion started by: ggayathri
3 Replies

10. Shell Programming and Scripting

Replace string ids with unique numbers

Hello, I have a file with a 1000 ids in the form of strings. I want to replace each id with a unique numbers in the whole file. each id is repeating in all the columns. I know I can use sed command but there are many ids in file which are need to be converted example of input file B752... (4 Replies)
Discussion started by: ryan9011
4 Replies

11. Emergency UNIX and Linux Support

Email ids from gecos

I would like to extract only the email ids from the gecos of each user id. I have to get the email ids of all the users on the server like this. Can someone please assist me with the command/script? (15 Replies)
Discussion started by: ggayathri
15 Replies

12. Shell Programming and Scripting

Replacing 12 columns of one file by second file based on mapping in third file

i have a real data prod file with 80+ fields containing 1k -2k records. i have to extract say 12 columns out of this which are sensitive fields along with one primary key say SEQ_ID (like DOB,account no, name, SEQ_ID, govtid etc) in a lookup file. i have to replace these sensitive fields in... (11 Replies)
Discussion started by: megh12
11 Replies

13. UNIX for Beginners Questions & Answers

Match duplicate ids in two files

I have two text files. File 1 has 150 ids but all the ids exists in duplicates so it has 300 ids in total. File 2 has 1500 ids but all exists in duplicates so file 2 has 300 ids in total. i want to match the first occurance of every id in file 1 with first occurance of thet id in file 2 and 2nd... (2 Replies)
Discussion started by: limd
2 Replies

14. Shell Programming and Scripting

Adding the values of repeated ids

File1 consist two columns, first some weired ids and second the numbers t|v203.1@t|k88711.1 0.1 t|v190.1@t|k90369.1 0.01 t|v203.1@t|k88711.1 0.5 t|v322.1@t|k88711.1 0.2 t|v207.1@t|k90369.1 0.11 t|v326.1@t|k85939.1 0.5 t|v207.1@t|k90369.1 0.7 t|v207.1@t|k90369.1 0.3 t|v326.1@t|k89421.1 0.33... (3 Replies)
Discussion started by: ashmit99
3 Replies

15. UNIX for Beginners Questions & Answers

List of all ids,groups, privilege ids

I wish to pull out a list of all user ids on the system, including the privileged ids, the groups to which they belong to. Sometimes after deleting an id also, its home dir does not get deleted or an entry is left behind in /etc/passwd. Can someone help me with a script to achieve both. (2 Replies)
Discussion started by: ggayathri
2 Replies