> > ssh servername awk -F: "'{if (\$3 > 499) print \$0}'" < /etc/passwd
>
>  ssh servername awk -F: "'{if (\$3 > 499) print \$0}' < /etc/passwd"
>
>  otherwise '< /etc/passwd' happens on the client.

Awesome, thanks!
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to