本文介绍了删除斜线,使用FART的黑色斜杠的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何从文本文件中删除/替换/?我使用FART为此,它的工作okey的所有字符,但由于某种原因,它没有看到/字符
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 "/"
推荐答案
Ok,try with -C option
Ok, try with -C option
-C --c-style Allow C-style extended characters (\xFF\0\t\n\r\\ etc.)
这篇关于删除斜线,使用FART的黑色斜杠的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!