hi everyone...
can someone tell me a link or a sample code the could use the mail function using bash scripting?
coz i try to..here is my code below..but it doesn't work..
#!/bin/sh
#!/bin/sh
echo [`date +%Y-%m-%d` `date +%k:%M:%S`] - TEST1
mail
home@metest.com -s "Test2"
exit 0
thanks a lot!!