Friday, January 31, 2014

Copying n1 and n2 columns from data file 'file1' and writing in to a newly created file 'file2'

  

 awk '{print $n1  "\t"   $n2}' file1 > file2

No comments:

Post a Comment