Unix Shell 如何按行读取文件并且解析行 按行读取文件:
while read mylinedo echo $myline|awk -F: '{print $1,$6}'done < /etc/passwd