| |
include("http://www.linux-faqs.com/HOWTO/HOWTO-INDEX/body.left.inc") ?>

|
|
11.13. New MailSeveral people have sent me methods for checking whether or not they had
new e-mail. Most of them relied on programs that aren't on every system.
Then I received the following code from Henrik Veenpere:
cat $MAIL |grep -c ^Message-. This is simple and
elegant, and I like it.
|
|
include("http://www.linux-faqs.com/HOWTO/HOWTO-INDEX/body.right.inc") ?>

|
|