在stata的帮助中找到如下提示,但是都达不到目的,因为我想找到我以前使用过的一个m开头的命令。
To see what you have installed, type
. ado to list packages that you have installed
. ado describe st0109 to describe package st0109 that you installed
. ado, find("partial") to find packages by using keyword search
. ado uninstall st0109 to uninstall package st0109
还有如下命令都试过了,不行呀?
List installed packages
ado [, find(string) from(dirname)]
ado dir [pkgid] [, find(string) from(dirname)]
关键是stata中好像不支持含有通配符的命令查找?请问stata中的通配符也是?和#吗?