Return to Snippet

Revision: 57695
at June 6, 2012 05:02 by kaartz


Updated Code
awk -F'\t' '{$5=$2;$2=_}1' OFS='\t' <infile>

Revision: 57694
at June 6, 2012 05:00 by kaartz


Initial Code


Initial URL


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

Initial Title
Command+to+insert+tab+space

Initial Tags
textmate

Initial Language
Awk