root@ubuntu:~# last |cut -d ' ' -f1 |sort
develope
develope
develope
develope
develope
reboot
wtmp
uniq [-ic]
-i :忽略大小写字符的不同
-c :按行技术
统计每个人的登录次数
root@ubuntu:~# last |cut -d ' ' -f1 |sort|uniq -c
1
5 develope
1 reboot
1 wtmp