remove slash , blackslash using FART

2019-07-05 04:52发布

问题:

how can i remove/replace "/" from a text file ? am using FART for this , it's working okey for all the characters but for some reason it doesn't see the "/" character

Fart.exe --remove myFile.txt "/" 

回答1:

Ok, try with -C option

-C --c-style       Allow C-style extended characters (\xFF\0\t\n\r\\ etc.)


回答2:

Try this

Fart.exe --remove --c-style myFile.txt "\/"