Frage

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 "/" 
War es hilfreich?

Lösung

Ok, try with -C option

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

Andere Tipps

Try this

Fart.exe --remove --c-style myFile.txt "\/" 
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top