RosettaCodeData/Task/Get-system-command-output/Stata/get-system-command-output-2.stata

9 lines
115 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
. shellout dir /b *.dta
. display r(out)
auto.dta
titanium.dta
. shellout python -V
. display r(out)
Python 3.6.2