I have log files will mail from LINUX to my PC (MS exchange and outlook).
 
When I look the E-MAIL, the log file line is unwrap.  My script did use 
"unix2dos" to convert format.  anyone know why?
 
 
======   script   =============
 
tail -30 /var/log/messages > /tmp/diskmsg.log
unix2dos /tmp/diskmsg.log
mail  -s "Check log" [EMAIL PROTECTED] </tmp/diskmsg.log


      
_________________________________________________________________________________________________________
知識+ 的電玩高手全都在這裡! 
http://tw.knowledge.yahoo.com/dir/group_buzz?time=total&type=article&sid=396540003
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to