一般最笨的方法是: $n...$end 但是太繁琐,还得数据格式统一,所以可以用循环: cat req_list | awk '{ for(i=2;i<=NF;i++) { print " "$i } }' > req_list.1