I have a table with 100,000 rows. The format is like this:
abc '\t' gi| a b c d e
column abc is separated by tab while other columns are separated by space.I want to remove the column 'gi|' and keep all other columns. I tried use tab or | as my delimiter but it didn't work well. Any thoughts?