How do i remove a number that is at the end of each line in a text file?

37 Views Asked by At

So i have a huge text file of about 3800 lines. This text file got the following format "By Name,number" What i want to do is remove this number at the end from all those lines

1

There are 1 best solutions below

1
Samratsinh Dodiya On

Open the text file using 'VS code'(visual studio code) or 'atom' here you have functionality to add multiple cursors by holding the alt key (on windows) and then left clicking the places where u want to change something.