8 lines
115 B
Text
8 lines
115 B
Text
. shellout dir /b *.dta
|
|
. display r(out)
|
|
auto.dta
|
|
titanium.dta
|
|
|
|
. shellout python -V
|
|
. display r(out)
|
|
Python 3.6.2
|