Awk: print all other columns but not $1, $2 and $3

Posted by HH on Stack Overflow See other posts from Stack Overflow or by HH
Published on 2010-04-13T00:26:51Z Indexed on 2010/04/13 0:32 UTC
Read the original article Hit count: 307

Filed under:

Too cumbersome:

awk '{print " "$4" "$5" "$6" "$7" "$8" "$9" "$10" "$11" "$12" "$13}' things

© Stack Overflow or respective owner

Related posts about awk