[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] need email user list with names



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