I want to send a FSG report as an attachment as pdf how can I do this? (right now it is txt)
Another option would to format the font size of the txt file but I am unsure how to do that also.
code I am using:
sendmail -t << EOF
To: ${RECIP}
Subject: Budget Variance Report for ${PREV_MTH}
$(uuencode /ora_common/${ORACLE_SID}/out/o${REQ_ID}.out \ ${line}_${PREV_MTH}.pdf)
EOF
Another option would to format the font size of the txt file but I am unsure how to do that also.
code I am using:
sendmail -t << EOF
To: ${RECIP}
Subject: Budget Variance Report for ${PREV_MTH}
$(uuencode /ora_common/${ORACLE_SID}/out/o${REQ_ID}.out \ ${line}_${PREV_MTH}.pdf)
EOF