<>
Stata 11 / Mac OS X 10.6 (variant of bsd Unix):
shell env | grep "PATH=" > /tmp/_path
mata:
fh = fopen("/tmp/_path","r")
path = fget(fh)
st_local("_path",path)
end
di "path is `_path'"
Kit Baum | Boston College Economics & DIW Berlin | http://ideas.repec.org/e/pba1.html
An Introduction to Stata Programming
| http://www.stata-press.com/books/isp.html
An Introduction to Modern Econometrics Using Stata | http://www.stata-press.com/books/imeus.html
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/