> perl -ne 'print if ((split /:/)[2]<=150);' /etc/passwd
Ah, the master has spoken!
> awk -F: '{if (($3>0)&&($3<=150)){print}}' /etc/passwd
The golden keyboard is yours.
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.