Posted By


kaartz on 06/06/12

Tagged


Statistics


Viewed 673 times
Favorited by 0 user(s)

Command+to+insert+tab+space


/ Published in: Awk
Save to your folder(s)

Using this command you can insert tab spaces/columns to a tab separated file.


Copy this code and paste it in your HTML
  1. awk -F'\t' '{$5=$2;$2=_}1' OFS='\t' <infile>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.