09-25-2014
Its Linux Vbe..
10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi,
I have tried to sent a mail with body and attachment. But the shell script got hanging while executing that command. The command is
"(cat body;uuencode att1.csv)|mailx -s "Production Monitoring Report(Unix Side)" milton.yesusundaram@patni.com"
where body is a file having a single line.... (2 Replies)
Discussion started by: miltony
2 Replies
2. Shell Programming and Scripting
Hi,
I am using mailx command to send a mail with attachment. It's working fine, but with attachment I am getting one extra attachment like (ATT00131.txt). I have tried to use unix2dos command also. But still I am getting the extra attachment.
I am using the following code:
subject="temp... (5 Replies)
Discussion started by: viswanatharv
5 Replies
3. Shell Programming and Scripting
I don't want the attachment embedded in the mail. I would like a file attached.
When I do
mailx -s "Report, `date +'%D %r` " -r "Notifications" bob@bob.com < /usr/local/bin/myreport.log> /dev/null
It gets embedded in my email. I want a file attachment. How do I do that? (2 Replies)
Discussion started by: guessingo
2 Replies
4. Shell Programming and Scripting
Hi All,
Can anyone please provide the command for sending an mail with attachment using mailx command.
Thanks in Advance :)
Regards,
Siram. (3 Replies)
Discussion started by: Sriram.Vedula53
3 Replies
5. Solaris
Hi,
When i used below command, i am able to send mail
mailx -s "Testing mail working or not " babu.sudhakar@ymail.com"
but if i want send attachment with mail,which syntax i need to follow to send a file as attachment. (3 Replies)
Discussion started by: sridhardwh
3 Replies
6. Shell Programming and Scripting
want to send .csv file as an attachment using mailx command.
Please help!!! (1 Reply)
Discussion started by: gagandeep
1 Replies
7. UNIX for Dummies Questions & Answers
Hi
I am trying to send an email using mailx with an attachment but without using uuencode.
as per man page we can use -a option.
I tried below command
mailx -s "test" -a "/home/test/1.txt" "abc@gmail.com"
but it waits for more input and i had to press ControlD which in turns print... (0 Replies)
Discussion started by: reldb
0 Replies
8. Shell Programming and Scripting
Hi,
I need to send a attachment which has space in the file name as: "ABC Data Extract.txt" which is present in the location /home/projects/txt
i am using
/home/projects/scripts
mailx -s "Sub" email_id "/home/projects/txt/ABC Data Extract.txt"
but i am not getting the attachment. (7 Replies)
Discussion started by: ATWC
7 Replies
9. Shell Programming and Scripting
Hi Team,
I am sending a mail from Linux box as shown below.
cat sample.log | mailx -s "Testing" abc.com
But instead of receiving the content of sample.log in the mail i got an attachment with name AT00001.bin.
After looking into the contents of log file i found that there are some... (1 Reply)
Discussion started by: Girish19
1 Replies
10. UNIX for Dummies Questions & Answers
I am unable to send email with attachment using the mailx command. Without the attachment, the email goes through file.
This is the command I use.
Works : $ echo "Test" | mailx -s "Test" username@website.com
Fails : $echo "Test" | mailx -a all-dss-accounts.txt -s "Test"... (3 Replies)
Discussion started by: nkarthik_mnnit
3 Replies
LEARN ABOUT REDHAT
afs_syscall
UNIMPLEMENTED(2) Linux Programmer's Manual UNIMPLEMENTED(2)
NAME
afs_syscall, break, ftime, gtty, lock, mpx, phys, prof, profil, stty, ulimit - unimplemented system calls
SYNOPSIS
Unimplemented system calls.
DESCRIPTION
These system calls are not implemented in the Linux 2.0 kernel.
RETURN VALUE
These system calls always return -1 and set errno to ENOSYS.
NOTES
Note that ftime(3), profil(3) and ulimit(3) are implemented as library functions.
Some system calls, like ioperm(2), iopl(2), ptrace(2) and vm86(2) only exist on certain architectures.
Some system calls, like ipc(2) and {create,init,delete}_module(2) only exist when the Linux kernel was built with support for them.
SEE ALSO
obsolete(2)
Linux 2.0 1998-06-12 UNIMPLEMENTED(2)