I have carried out a simple task in my script to email me as below:-
mailx -s "Message" emailaddress
When I type this in at the prompt or within a script the system is expecting a ctl-d before it gets sent.
Anyone know of a way around this. I am using bash/ksh and on solaris 10.
any help will be much appreciated. thanks in advance
mailx -s "Message" emailaddress
When I type this in at the prompt or within a script the system is expecting a ctl-d before it gets sent.
Anyone know of a way around this. I am using bash/ksh and on solaris 10.
any help will be much appreciated. thanks in advance