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