IT/Programming

awk 에서 특정 필드 이후의 모든 필드 출력

Hotman 2017. 5. 11. 11:25


$ awk '{k=""; for(i=4; i<=15; i++) k = k $i" "; print k}'



저작자표시 (새창열림)