Advertisement

06.26.2008 at 08:15AM PDT, ID: 23518512
[x]
Attachment Details

TEXT FILES MANIPULATION VIA SHELL OR PERL SCRIPTING - NEED FEEDBACK

Asked by maldonmi in Unix Operating Systems, KornShell (ksh), Shell Scripting

Tags: UNIX Solaris-HPUX-LINUX-AIX, Basic Shell Scripting, N/A, Question is related to general UNIX Shell Scripting .

CAN SOMEONE PROVIDE SAMPLE CODE ON HOW TO HANDLE TWO (2) TEXT FILES WITH RECORDS, SUCH AS PASSWORD FILES FROM TWO (2) HOSTS AND BE ABLE TO COMPARE ENTRIES ON BOTH OF THEM AND UPDATE THE SECONDARY PASSWORD FILE WITH ENTRIES FROM THE PRIMARY MASTER PASSWORD FILE?

HOST1 "/etc/passwd" file contains entries such as :
root:!:0:0::/:/usr/bin/ksh
daemon:!:1:1::/etc:
bin:!:2:2::/bin:
sys:!:3:3::/usr/sys:
adm:!:4:4::/var/adm:
uucp:!:5:5::/usr/lib/uucp:
guest:!:100:100::/home/guest:
nobody:!:4294967294:4294967294::/:
lpd:!:9:4294967294::/:
lp:*:11:11::/var/spool/lp:/bin/false
invscout:*:200:1::/var/adm/invscout:/usr/bin/ksh
nuucp:*:6:5:uucp login user:/var/spool/uucppublic:/usr/sbin/uucp/uucico
paul:!:201:1::/home/paul:/usr/bin/ksh
jdoe:*:202:1:John Doe:/home/jdoe:/usr/bin/ksh
paul:!:201:1::/home/paul:/usr/bin/ksh                          <== user acct to populate to HOST2
jdoe:*:202:1:John Doe:/home/jdoe:/usr/bin/ksh          <== user acct to populate to HOST2

HOST2 "/etc/passwd" file contains entries such as:

root:!:0:0::/:/usr/bin/ksh
daemon:!:1:1::/etc:
bin:!:2:2::/bin:
sys:!:3:3::/usr/sys:
adm:!:4:4::/var/adm:
uucp:!:5:5::/usr/lib/uucp:
guest:!:100:100::/home/guest:
nobody:!:4294967294:4294967294::/:

What I would like to do is to compare HOST2 password file against HOST1 password file entries, and harmonize HOST2 password file with missing entries from HOST1 password file, being that UID and GID are unique.

I appreciate your insight and recommendation/code samples on how to address this,

Mike McDonald

 Start Free Trial
[+][-]06.26.2008 at 08:33AM PDT, ID: 21875812

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.26.2008 at 08:37AM PDT, ID: 21875851

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.27.2008 at 09:35AM PDT, ID: 21885463

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Unix Operating Systems, KornShell (ksh), Shell Scripting
Tags: UNIX Solaris-HPUX-LINUX-AIX, Basic Shell Scripting, N/A, Question is related to general UNIX Shell Scripting .
Sign Up Now!
Solution Provided By: RSLE
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.27.2008 at 09:54AM PDT, ID: 21885659

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628