摘要:
sed -i "s@AAAAA@BBBBB@g" /home/local/payment-biz-service/env/test.txt sed -i "s#htxk.*#htxkAAAAA#g" /home/local/payment-biz-service/env/test.txt 案例使用: 阅读全文
摘要:
有时在进入系统的时候经常提示You have new mail in /var/spool/mail/root 你觉得烦人 解决方法: 修改系统配置文件/etc/profile,告诉系统不要去检查邮箱. 具体操作:命令行输入:echo "unset MAILCHECK" >> /etc/profil 阅读全文