![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| line length | Sreejith_VK | Shell Programming and Scripting | 4 | 03-10-2008 10:46 AM |
| Find the length of the longest line | panknil | Shell Programming and Scripting | 1 | 11-03-2007 05:43 AM |
| AWK - Line length validation | en7smb | Shell Programming and Scripting | 3 | 05-09-2007 12:04 PM |
| grep line length limit | hnhegde | Shell Programming and Scripting | 3 | 10-02-2006 12:47 PM |
| Fixing line length in a file | dbessell | UNIX for Advanced & Expert Users | 2 | 08-04-2003 07:40 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hello,
I run a shell script to send an email with an attatchment by using metasend: STAGEDIR=/live/data MAILTO=brown_b@matalan.co.uk MAILCC=brown_b@matalan.co.uk #-------------------------------------------- SUBJECT='Matalan - Intrastat Report File' TXTFILE=IntrastatReportEmailBody.txt ATTFILE=$STAGEDIR/IntrastatReport.csv echo 'Please find attached the Intrastat Report File from Pennine' > IntrastatReportEmailBody.txt echo 'Please save the attached file with a .csv extension' >> IntrastatReportEmailBody.txt echo 'Any problems please log a HEAT call and assign to Application Management' >> IntrastatReportEmailBody.txt metasend -b -s "$SUBJECT" -f $TXTFILE -m text/plain -e none -n \ -f $ATTFILE -m text/plain -e none -t $MAILTO -c $MAILCC -S 1000000 Unfortunately my attatched file is altered in transit - each line exceeding 74 characters is rolled onto the next line. An = sign indicates this. Any ideas about how I can prevent this? Brendan |
| Bookmarks |
| Tags |
| sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|