linux cut字符串切割

 

linux字符串列截取  cut  -d ‘分割条件’ -f ‘列数’

[root@LocalWeb01 ~]# less  /etc/passwd | grep '^user' | grep -v 'root' | cut -d ':' -f 1
user1

posted @ 2014-11-10 07:58  agang_19  阅读(1683)  评论(0编辑  收藏  举报