문제

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

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

다른 팁

Try this

Fart.exe --remove --c-style myFile.txt "\/" 
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top