Have you tried:
uuencode file.dat < file.dat | mailx user@host.domain.com
This runs uuencode which converts an 8 bit file into 7 bit text, and takes file.dat as the input file. Then it takes the result of that, and pipes it through to the mailx command which is sending to user@host.domain.com
Main Topics
Browse All Topics





by: vage78Posted on 2004-09-21 at 00:18:47ID: 12109774
ok Thank you