I am looking for a way to continue a shell escape on another line. Here is an example of what happens when I use /// to continue the line:
. ! echo asdf ///
asdf ///
As you can see, the /// seems to be taken as part of the shell command. I also tried /*<cr>*/. and note that -winexec- and -shell- behave in the same way. There is a space before the /// and none after, so that isn't the problem. Interestingly enough, the text of the command is scanned for macros, and macro substitution does take place. I am working with Stata 15 in Windows and Linux.
.
Related Posts with Line continuation in the shell command
overlaying two hazard rate plotsDear All, Suppose that I compute the following hazard rates (unfortunately I cannot share the real d…
When choosing between random and fixed effects models for logistic regressionI understand the assumption for using a random effects model is that the unobserved group-level effe…
mplotoffset legend symbolsI want to generate a plot using mplotoffset with a legend that includes line segments and symbols. T…
Ordinal regression with random factorsI'm try to run an ordinal regression with random factors. I'm using the meologit command. My depende…
Dealing with log-binomial convergence problemHi everyone I am looking for a way to change the "weight function of pi" [1/(1-Pi)] in the GLM mode…
Subscribe to:
Post Comments (Atom)
0 Response to Line continuation in the shell command
Post a Comment