How to replace column with data from other column in shell?

Viewed 31

I have this columns:

File Num
1.fa 345
2.fa 346

I want to have this one:

File Num
345.fa 345
346.fa 346

Thanks for help!

0 Answers
Related