Does any one know Unix command by which we can send a email with a file as attachment. I know
Cat | mailx ?s ? Test?
command will send mail but file contents as mail contents but I want to send file contents as Mail attachment.
Let me know if you know any
thanks