centos6.x wget去掉烦人的“英国中部时间”

yum install -y gettext
msgunfmt /usr/share/locale/zh_CN/LC_MESSAGES/wget.mo -o - | sed 's/eta(英国中部时间)/ETA/' | msgfmt - -o /tmp/zh_CN.mo
sudo cp /tmp/zh_CN.mo /usr/share/locale/zh_CN/LC_MESSAGES/wget.mo
rm -f /tmp/zh_CN.mo

参考文献

https://www.cnblogs.com/lzpong/p/5849586.html

原文地址:https://www.cnblogs.com/fyy-hhzzj/p/8606813.html