Sponsored Content
Top Forums Shell Programming and Scripting to create a phone book using shell script and unix commands Post 302355333 by monster11209 on Tuesday 22nd of September 2009 10:23:48 AM
Old 09-22-2009
to create a phone book using shell script and unix commands

can you help me to create a phone book with add, delete, modify with first name, last name, middle name, phone no(multiple ph no), address, email address, notes or comments to store about the contact and groups that hold for the contact..

i am new to this linux environment. please guide me.


sorry for the last thread posting.. i hope in future it will not be repeated..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Commands from 'Unix® for Mac®' book

Hi everyone, first day on the job. I'm attempting to learn Unix from the 'Unix® for Mac®' book. On page 11 there are instructions to enter certain commands but for me they don't work. user% which w is supposed to result in: -/usr/bin/w -I get a "command not found" darwin:~] user%... (2 Replies)
Discussion started by: Frank Hunter
2 Replies

2. Shell Programming and Scripting

How To create Flat Files using Unix Shell Script?

Hi all, How to create Flat Files using Unix Shell Script. The Script is supposed to be sheduled to run at a particular time? Thanks in advance Appu (4 Replies)
Discussion started by: Aparna_k82
4 Replies

3. Shell Programming and Scripting

How to run unix commands in a new shell inside a shell script?

Hi , I am having one situation in which I need to run some simple unix commands after doing "chroot" command in a shell script. Which in turn creates a new shell. So scenario is that - I need to have one shell script which is ran as a part of crontab - in this shell script I need to do a... (2 Replies)
Discussion started by: hkapil
2 Replies

4. Shell Programming and Scripting

Phone Shell Script !?

could you please find a solution for this script (called phone) that creates a simple telephone list (create an empty file called “phonlist” in home directory) . Each line in this file consist of two fields name and the phone number, the script should do the following: When user types the... (1 Reply)
Discussion started by: anything
1 Replies

5. Programming

UNIX Shell Script to Create a Document of a PLSQL code.

Hi All, I am supposed to present the documentation for the PLSQL code (PACKAGES, PROCEDURE, FUNCTIONS) of my application. There are sufficient comments in my code. Has anyone written any Shell Script Utility which can parse the PLSQL code and generate some kind of document ( preferrably HTML not... (1 Reply)
Discussion started by: gauravsachan
1 Replies

6. Shell Programming and Scripting

Unix commands failing inside the shell script

When my script deals with large input files like 22Gb or 18 GB the basic commands like sort or join fails when run from inside the shell scripts. Can there be any specific reason for this? For e.g. sort -u -t "," -k1,1 a.csv > a.csv.uniq" sort -u -t "," -k1,1 b.csv > b.csv.uniq" The... (3 Replies)
Discussion started by: esha
3 Replies

7. Shell Programming and Scripting

Help me to create a phone book using shell script

Hi guys... can any one help me out with creating a phone book: CP5290 Assignment: Phonebook Due 4 pm Friday 25th September 2009 Weight: 15% You are to implement a Phonebook using Shell scripting and UNIX command line utilities and commands. Some documentation will also be... (1 Reply)
Discussion started by: monster11209
1 Replies

8. Shell Programming and Scripting

Need help embedding Unix commands in a shell script

Hi Folks, I have a text file which may or may not have any data. I would like to email the file, via a Korn shell script, if the file is not empty. I am fiddling around with the wc -l command, but no luck so far. The pseudo code is as follows count=`wc -l test.txt` if cat test.txt... (4 Replies)
Discussion started by: rogers42
4 Replies

9. Shell Programming and Scripting

Shell script with mutiple steps/commands, on UNIX servers

Hi, I wrote a simple script, which will call other scripts or run commands on a UNIX server. my script has multiple steps/commands with some delay in between. I usually get some email notifications after the successful execution of each step. **My intention is to get email alerts when it is... (5 Replies)
Discussion started by: System Admin 77
5 Replies

10. Shell Programming and Scripting

Create a UNIX script file with multiple commands

Hi Good morning all, I want to create script file with multiple commands. For ex: pmrep connect is one of the command to connect to repository. pmrep objectexport is another command to export objects to a file. These commands should run sequentially.But when i try to execute this, the first... (4 Replies)
Discussion started by: SekhaReddy
4 Replies
BITPIM(1)						      General Commands Manual							 BITPIM(1)

NAME
bitpim - utility to communicate with many CDMA phones SYNOPSIS
bitpim [ -c file | -d dir ] [ -f model ] [ -p device ] [ bitfling ] [ debug ] [ cli-command ] DESCRIPTION
This manual page documents briefly the bitpim command. BitPim allows you to view and manipulate data on many phones from LG, Samsung, Sanyo, and other manufacturers that use Qualcomm CDMA chips. Depending on your phone model, you may be able to access the phone book, the calendar, wallpapers, ring tones, and the filesystem. OPTIONS
A summary of options is included below. -c file Read configuration from file. -d dir Read configuration from dir/.bitpim. -f model Assume a phone type of model rather than what the configuration file specifies. Particularly useful in CLI mode. -p device Communicate with the phone via the device ("port") device. bitfling Run as bitfling(1). debug Print debugging information to standard output and standard error. cli-command Interact with the phone's filesystem via a command-line interface. The command must be a single (quoted) argument, and can take any of the following forms: cli Bring up an interactive shell, allowing all of the below commands as well as a few others (cd dir, cdu, exit, and pwd or equivalently cwd). cp src [...] destdir Copy files to, from, or within the phone. ll dir [...] Print a detailed listing of the specified phone directory or directories. ls dir [...] Print a brief listing of the specified phone directory or directories. mkdir dir [...] Create a directory on the phone. rm file [...] Remove one or more files from the phone. rmdir dir [...] Remove one or more directories, which must already be empty, from the phone. Please note that none of these commands accepts wildcards. To indicate that an argument denotes a file or directory on the phone, you can prefix it with phone:; this is mainly relevant for cp, which performs phone-to-PC copies unless otherwise directed. FILES
$HOME/.bitpim-files/.bitpim The default configuration file. SEE ALSO
bitfling(1), http://www.bitpim.org/. AUTHOR
bitpim was primarily written by Roger Binns <rogerb@rogerbinns.com>. This manual page was written by Aaron M. Ucko <ucko@debian.org>, for the Debian project (but may be used by others). 2007-12-12 BITPIM(1)
All times are GMT -4. The time now is 07:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy