![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing variable values to awk command | jerardfjay | Shell Programming and Scripting | 1 | 05-22-2008 12:48 PM |
| calling external values inside awk command | tkbharani | UNIX for Advanced & Expert Users | 13 | 04-21-2008 11:26 PM |
| uuencode: command not found when sending mail in LINUX | bsandeep_80 | UNIX for Advanced & Expert Users | 2 | 10-02-2007 05:48 AM |
| scripting: multiple values from file passing to command | LisaS | UNIX for Dummies Questions & Answers | 5 | 07-20-2007 10:34 AM |
| array values in a command | eeisken | Shell Programming and Scripting | 3 | 06-22-2005 01:49 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
uuencode command gives junk values
How to attach a file with the uuencode.
It gives me some junk values in the mail body that i received. i used the following command uuencode Load_Measure_Summary.tsv | mailx -s "an HTML file" <<mailid>> Plz Help me Urgetnt |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
uuencode - now there's a blast from the past!
First, I notice that on Linux at least, the syntax is Code:
uuencode file name What were you expecting and what did you get when you uuencoded the file Load_Measure_Summary.tsv? I would expect the encoding to begin with Code:
begin 640 name Code:
end |
|||
| Google The UNIX and Linux Forums |