Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix shellscripting
Name: janie_rose Date: July 20, 2006 at 06:42:27 Pacific OS: XP 2000 CPU/Ram: amd duron
Comment:
please help me create a phonebook using shell scripting. the program can create contacts, delete and modify,add user, can detect errors, have general syntax so that the help manual of the program will not appear..
Name: janie_rose Date: July 20, 2006 at 06:46:58 Pacific
Reply:
i have created some codes but i dont think it is right... whew!
0
Response Number 2
Name: nails Date: July 21, 2006 at 15:07:28 Pacific
Reply:
If you have a specific script you need help on, I'd post it and tell us where you're having problems.
Authors Kochan & Wood as part of their "Unix Shell Programming" book created a suite of scripts called 'rolodex' which added, deleted, and removed entries from an ASCII file. I'd pick up a copy of this book. Here's a link at amazon.com:
Name: janie_rose Date: July 22, 2006 at 05:12:23 Pacific
Reply:
thanks for the reply.. maybe tomorow i would be able to make the scripts and be able to get some comments from you..... huhuhuhu.. it is due on the ist week...
thanks for all nails!!!
0
Response Number 4
Name: janie_rose Date: July 24, 2006 at 06:19:25 Pacific
Reply:
that's it... before anything else we would make general syntax commands not of the UNIx commands.. we will use -s for displaying, -d for deleting, -m make contacts, -e for editing, and -l modifying.. a menu of commands will appear...
thanks for the help... i was able to make the other scripts...
Summary: nails, my program should follow a general syntax: -s for displaying contacts specified, -a creates contact aking for nickname, firstname,lastname and number of the contact; -d for deleting a contact;...
Summary: Dear All, I have a requirement that we need to identify frequently used programs in a directory. Basically we need to identify the date of last execution of a program in unix directory. Could anyon...