|awk -F: '$3 > 500 { print $1 }' /etc/passwd > /etc/usuarios.txt
Alguno sabe que tendría que agregarle al comando? Saludos... |