If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > New to Unix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-25-03, 17:29
ffresh12 ffresh12 is offline
Registered User
 
Join Date: Sep 2003
Posts: 4
New to Unix

Hey hows it going.. Iam new to Unix and Iam working on a Solaris system. I need to take the etc/passwd file and seperate the contents by the colons and make them into colums, so it looks something like this.. Please give me some help or advice.. Thanks!!

Before Example:

Donhoke:x:4454:44on Hooke:/var/adm:


After Example:

sbachman 1003 14 Steve Bachman /bin/ksh
dfk 1138 512 Donh Kki /bin/ksh


The user names start in column 0.
The user ids end in column 24.
The group ids end in column 34
The real names start in column 40
The shell starts in column 64
Reply With Quote
  #2 (permalink)  
Old 09-25-03, 18:38
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: New to Unix

You shoudl post this in Unix Shell Scripts board

Sathyaram

Quote:
Originally posted by ffresh12
Hey hows it going.. Iam new to Unix and Iam working on a Solaris system. I need to take the etc/passwd file and seperate the contents by the colons and make them into colums, so it looks something like this.. Please give me some help or advice.. Thanks!!

Before Example:

Donhoke:x:4454:44on Hooke:/var/adm:


After Example:

sbachman 1003 14 Steve Bachman /bin/ksh
dfk 1138 512 Donh Kki /bin/ksh


The user names start in column 0.
The user ids end in column 24.
The group ids end in column 34
The real names start in column 40
The shell starts in column 64
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On