On Sun, 2003-02-02 at 14:18, Jason Lunz wrote:
> [EMAIL PROTECTED] said:
> > I have a group of users in my system just for mail, the name of that
> > group is "correo".
> > 
> > My question is, how do I obtain a list of users from this group?
> 
> $ apt-get install members
> $ members correo
> 
> Jason
> 

Why not just use
$ grep correo /etc/group | cut -f 1 -d ":" | xargs echo



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to