I need to execute a command with one of parameters being '>' character. Is there any way to escape that, otherwise the OS thinks I'm asking it to redirect output.
putting it in quotes is the closest way to do it. ">"
but that passes in the quotes too... so the program that uses it must be able to parse it correctly.
(i.e. echo ">" will print out the three characters ">")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.