Using single quote characters and the "echo" shell command seems to work for
now...
put shell("echo" && kwote(someStandardInput, "'") && "| someLinuxCommand")
But would like a more general way in case the content of the STDIN contains
single and double quotes.
Maybe you can set the environmental variable $STDIN then just shell to the
command line?
> Trying to avoid writing a file then reading it in. The data I have is in a
> variable - and may contain quotes.
>
> Best way? Thinking that I should open the process and write the variable to
> the opened process as "shell" syntax may not work so well?
>
> Any help?
>
> _______________________________________________
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>
_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard