Cygwin,那些不知道在哪里的命令

这篇文章用来记录Cygwin默认安装中找不到的那些命令。不断更新。

whereis
移步这里:https://blog.zengrong.net/post/1807.html

clear
clear包含在 ncurses 包中,直接从默认源安装即可。
ncurses 是一个基于终端界面开发 类GUI应用程序 的库。

xgettext,msginit,msgfmt
这几个命令属于 gettext_devel 包,用于生成pot/po文件,以及编译po到mo格式。

aclocal
aclocal在 automake 包中,默认源中包含。

autoreconf
autoreconf在 autoconf 包中,默认源中包含。

telnet
安装 xinetdinetutils 包即可,默认源中包含。