Timeline for How do I replace the '\' with '/' in file using the command line?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 4, 2014 at 17:14 | vote | accept | karthick127 | ||
| Oct 4, 2014 at 7:38 | history | edited | Anthon | CC BY-SA 3.0 | added 45 characters in body |
| Oct 4, 2014 at 7:02 | comment | added | dave_thompson_085 | That's not URL encoding. Without the space, it's HTML (or XML or XHTML) character reference w3.org/TR/html-markup/syntax.html#character-references -- but \ represents backslash \ NOT normal slash / which would be /. | |
| Oct 4, 2014 at 6:49 | history | answered | Anthon | CC BY-SA 3.0 |