Windows 使用执行 cygwin 命令比如 grep.exe 很慢


参照 : https://www.cygwin.com/faq.html > 下面解决:

Also, set /etc/nsswitch.conf as follows:

passwd: files db
group:  files db

另外 set LC_ALL=C 的 bug 在新版本解决了

相关