df.tips
How to disable the «You have new mail» message at the end of a console command's response?
Unix
Bash
bash
,
command-line
,
mail
,
unix
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2017, 3:17pm
#1
echo "unset MAILCHECK" >> ~/.bashrc
Then re-login.