Displaying 1 result from an estimated 1 matches for "mail_in".
2007 Nov 02
4
help with script
...y'`.tgz > `date '+%m-%d-%y'`.ver
diff -s `date '+%m-%d-%y'`.md5 `date '+%m-%d-%y'`.ver > `date '+%m-%d-%y'`.chk
#outfile=`date '+%m-%d-%y'`.chk #setup name of file to read into mail
mail -s 'file verify' me at mymailaddr.com <<MAIL_IN
~r `date '+%m-%d-%y'`.chk
.
MAIL_IN
exit
entering the same mail commands from a command prompt works.
Mark