I have tab-demlimted text file with 50,000lines. I want to split the first column and print as shown in output.txt
Input.txt
rt|371443144|mb|MN556661.1| 2200443 A
rt|371443344|mb|MN556645.1| 2594155 A
rt|371467899|mb|MN555666.1| 2594175 A
output.txt
MN556661.1 2200443 A
MN556645.1 2594155 A
MN555666.1 2594175 A