ripiar etc/passwd

Alvaro Herrera alvherre en dcc.uchile.cl
Jue Abr 1 13:15:05 CLT 2004


On Thu, Apr 01, 2004 at 12:54:30PM -0500, Roger D. Vargas wrote:
> Alguien podria sugerirme algun metodo de ripiar el /etc/passwd y
> quedarme solo ocn los nombres de los usuarios (no los logins,, sino la
> descripcion)

cat /etc/passwd | awk -F: ' $3 >= 500 { print $5 } '

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"In Europe they call me Niklaus Wirth; in the US they call me Nickel's worth.
That's because in Europe they call me by name, and in the US by value!"


Más información sobre la lista de distribución Linux