I am workikng on a script that takes the output of an application on my liunx server and prints the output. I have text from the user run with the program like such:
print `app $word`;
After realizing that this would allow &cmds and redirects I added print `app \"$word\"` which seems to work but...
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.