linux 中这个命令的含义users=$(cut -d ':' -f1 /etc/passwd) 请问下,这里的f1参数表示什么意思?[解决办法]以:为分隔符 -f1是 显示第一段a="root:pass"echo $a|cut -d : -f1 就是显示root