shell-script-pt
[Top][All Lists]
Advanced

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

Re: [shell-script] selecionar usuarios de um grupo


From: Wellington
Subject: Re: [shell-script] selecionar usuarios de um grupo
Date: Thu, 29 Nov 2001 15:36:35 -0200

é só usar o awk

por exemplo:
 cat /etc/passwd | awk -F":" '{print $1}'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]