So im trying to replace some text in a large .txt file.
Im using the open source tool "fart"
FART c:\test\test.txt c:\test\test_new.txt "->" ""
I want to remove all "->" in my text file. But when using the code i posted above, it seem like it dose not understand >. That symbol will just post all the options in fart.
is there a fast way to replace all "->" with nothing? it dose not have to be fart, it just have to be really fast.
Hope someone can help me out.