remove slash , blackslash using FART

会有一股神秘感。 提交于 2019-12-23 12:45:08

问题


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 "\/" 


来源:https://stackoverflow.com/questions/23359371/remove-slash-blackslash-using-fart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!