Results 1 to 2 of 2
Hi Experts,
While migrating to Sun solaris to linux it is obeserved that mailx command doesn't supported on linux, we have to use mail command.
I have scripts where we ...
- 07-11-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
Need help for "mailx" command at linux
Hi Experts,
While migrating to Sun solaris to linux it is obeserved that mailx command doesn't supported on linux, we have to use mail command.
I have scripts where we used mailx command with -t option.
Can anybody help me is there any equivalent for mailx -t in linux?
- 07-13-2011 #2Just Joined!
- Join Date
- Jun 2011
- Posts
- 30
I have no experience with Sun Solaris, but Fedora supports mailx and also the option -t (see man mailx). If you haven't 'mailx', then you can install it with '$> yum install mailx'.
btw: the 'mail' command is a symbolic link to 'mailx' ($> ls-l /bin/mail*).
The Fedora 'mailx' is an enhanced mail command, which provides the functionality of the POSIX mailx command, as well as SysV mail and Berkeley Mail (from which it is derived).


Reply With Quote