Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~187 People Reached
Favorite Tags
Member Avatar for achilleus

consider two methods in a script as below, do_a() { spool $file1 select column1 from table1; } do_b() { spool $file2 select column1 from table2 where column2='xxxxx' } The first method returns just one value say 10001,I have to use this result in the second method in place xxxxx. I …

Member Avatar for eggi
0
85
Member Avatar for achilleus

I'm trying to send attachments through E-mail using the following command, echo " Refer to the attachments." > textfile | (uuencode $file1 outputfile1.txt; uuencode $file2 outputfile2.txt;) |cat textfile - | sendmail -F "Fromaddress" ${XXXX} Now can anyone tell me how to display [B]subject[/B] to this E-mail. my browser doesn't support …

0
58
Member Avatar for achilleus

sendmail -F "notify_intab" ${notify_intab} < $mailReportfile when I use my send mail command , the data fetched are somewhat like a table, but the output are displayed in a non-readble manner. Can anyone gimme some edit options in the sendmail command to make the output look like a table with …

0
44