正文linux cut字符串切割IP云V管理员/2022-12-01/6 阅读 12/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 linux字符串列截取 cut -d ‘分割条件’ -f ‘列数’ [root@LocalWeb01 ~]# less /etc/passwd | grep '^user' | grep -v 'root' | cut -d ':' -f 1 user1