How to switch columns 5 and 6 in a file in Linux؟Without going the last column into the second line
I data samples as follows:
R950E03 111006 930226 910008 Resistant 1
R950E06 110917 950085 910043 Resistant 2
R950C09 110892 950085 910125 Resistant 2
R949B05 111101 870141 840409 Resistant 2
First stop for these sort of questions should be a search. http://stackoverflow.com/questions/11967776/swap-two-columns-awk-sed-python-perl
http://www.theunixschool.com/2012/11/how-to-swap-2-columns-in-file-in-linux.html