#获取一个文本的每行的某一列,其中按照tab分割。while myline=$(line) do str=`echo $myline | cut -d ' ' -f 1` echo $strdone < $1