Hi,
I am running an UNIX Shell Script and it sends an output to specific mail id's
The mail has a subject like below
cat /path/filename | mailx -s "Here is the List" $MAIL_LIST
Now this command sends the output along with Subject "Here is the List".
My requirement is to populate the date stamp in the subject as well so that the user can know the date when the script was run.
Can somebody pls help with the exact command.
Thanks
I am running an UNIX Shell Script and it sends an output to specific mail id's
The mail has a subject like below
cat /path/filename | mailx -s "Here is the List" $MAIL_LIST
Now this command sends the output along with Subject "Here is the List".
My requirement is to populate the date stamp in the subject as well so that the user can know the date when the script was run.
Can somebody pls help with the exact command.
Thanks
Comment