大连Linux/Unix高端就业、认证培训的领导者。
shirendelove2013-03-16 08:39:07
cut -d : -f 1,3 /etc/passwd | grep "^[^:]*.[0-9]\{3,\}$" | cut -d : -f 1 | wc -l
w6308661392013-03-16 01:03:14
[root@momo ~]# cat /etc/passwd | cut -d: -f1,3 | grep "[0-9]\{3,\}" | wc -l
6
by:wu wei