I have a huge .txt file with many lines but each line has the same format text1:text2:text3:text4
I just want to edit the content of each line into text2:text4 but don't know how to do. I can't do it one by one because it's too time-consuming.
Can anyone help me solve the problem?