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
inrange including negative valuesHi all, I am attempting to create a dummy variable within stata for modeately negative real interst…
Winsorization in Cross Sectional Data Setup* Example generated by -dataex-. To install: ssc install dataex clear input int stock_id str52 stock…
Panel regressions with an interaction term between a time dummy variable and a time invariant variableThis question is cross posted here: https://stats.stackexchange.com/ques...riable-and-a-t The ques…
Lagged dependent variable, fixed effects, and IVHello everyone, I have concerns for several days about the validity of the results I obtain with my…
25 Portfolio Returns series by Dependent Double Sort - ASTILE* Example generated by -dataex-. To install: ssc install dataex clear input int stock_id str52 stock…
Subscribe to:
Post Comments (Atom)
0 Response to Line continuation in the shell command
Post a Comment