[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] need email user list with names
- Subject: Re: [cobalt-developers] need email user list with names
- From: Kingsly John <kingslyj@xxxxxxxx>
- Date: Fri Oct 19 05:49:01 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Thu, 18 Oct 2001 jale@xxxxxxxxxx wrote:
|All of their names start with idea, so I did ls -1 idea* > list
|but this only gives me the logons, I need to know who they are as well.
cut -f1,5 -d":" /etc/passwd | grep ^idea
Cheers!
Kingsly