本文共 133 字,大约阅读时间需要 1 分钟。
cat /etc/passwd|awk -F : '{print $1}'
cat /etc/passwd |awk -F ':' 'BEGIN {print "name,shell"} {print 7} END {print "blue,/bin/nosh"}'
转载地址:http://wxyqa.baihongyu.com/