Linux Shell: delete all mail

If you want to delete all local emails on Linux (for example system messages)
Run the following command in the terminal

echo 'd *' | mail -N

Leave a Reply

Your email address will not be published. Required fields are marked *