Cat command is not working
Hi,
I want to send a file contents through the mail. The below shell script is triggering the mail, but contents are not displayed. Please can you suggest your idea?
mailx -s 'Status on '$ ${TO} <<-EOF
~< ! cat ${filename.txt}
Thanks,