Question : sending mail through command line

I would like to send the result of this command to my email:

[root@localhost ~]# find / ! -fstype proce -perm -2 -ls \ |& Mail -s 'world writeable' [email protected]
[root@localhost ~]#

But It does not send any think to my email. some time it gives me this massage after doing the command:

You have mail in /var/spool/mail/root


It worked several times but I don't know what is wrong!!

Answer : sending mail through command line

Hi,

Very simple.

Let's assume that you just want to show the div1 and not div2 and div3. Similarly for the rest of the scenarios.

                document.getElementById("div1").style.display = 'block';
                document.getElementById("div2").style.display = 'none';
                document.getElementById("div3").style.display = 'none';

Thanks
David
Random Solutions  
 
programming4us programming4us