Uncategorized Print Only First Column Awk / Awk 'nr==1 {print $4} nr==2 {print $5}' file. The unix command 'column' seems working for this purpose, but i did not figure it out yet.