Search Results

Search: Posts Made By: meva
1,827
Posted By meva
The expected and the actual output files are in...
The expected and the actual output files are in csv format.
1,827
Posted By meva
Formatting csv file in Unix script
Hi,

Am using the following command to create a csv file

paste File_1.csv File_4.csv File_7.csv >Out1.csv
paste File_2.csv File_5.csv File_8.csv >>Out1.csv
paste File_3.csv File_4.csv...
8,691
Posted By meva
Hi, For my requirement i wrote a separate...
Hi,

For my requirement i wrote a separate script for sending email
#! /usr/bin/ksh
function sendEmail
{
MAILTO=$1
SUBJECT=$2
BODY=$3
export ATTACH=$4
export ATTACH1=$5
echo $BODY
(
...
8,691
Posted By meva
so do we need to write script for MIME...
so do we need to write script for MIME conversion? i have a sample script which is used for MIME conversion but that script can be used to send only one attachment :( ....
8,691
Posted By meva
I tried sending the attachment to email like ...
I tried sending the attachment to email like someone@yahoo.com (someone@yahoo.com) or someone@gmail.com (someone@gmail.com) and am getting it as expected i.e. the files are attached to the email.
...
8,691
Posted By meva
The attachment comes as an inline text to my...
The attachment comes as an inline text to my lotus email id. But my requirement is to send it as an attachment.....
8,691
Posted By meva
This is my code #! /bin/ksh export...
This is my code

#! /bin/ksh
export EMAILLIST="abc@xyz.com"
cd /home2/data
File1=`ls -lrt *_Accepted.* | tail -1 | awk '{print ($9)}'`
File2=`ls -lrt *_Rejected.* | tail -1 | awk '{print...
8,691
Posted By meva
Can you please let me know i how can i implement...
Can you please let me know i how can i implement through script for sending an email with two attachments.
8,691
Posted By meva
Yes....but it dint work as expected.....the file...
Yes....but it dint work as expected.....the file contents are available in the body of the email and they are not reffered as a separate attachment.
8,691
Posted By meva
File 1 aa bb cc File 2 aa bb cc If...
File 1
aa bb cc
File 2
aa bb cc

If the below code is used

( cat Hi; uuencode "$File1" "$File1"; uuencode "$File2" "$File2") | mail -s "attachment" abc@xyz.com (abc@xyz.com)

then the...
8,691
Posted By meva
Its not working :( the problem that am facing is...
Its not working :( the problem that am facing is that the files are not emailed as separate attachments but the contents of the files are displayed in the email.

---------- Post updated at 01:31...
8,691
Posted By meva
mutt is not available in the system :( ...
mutt is not available in the system :(

---------- Post updated at 12:34 AM ---------- Previous update was at 12:10 AM ----------

any other options please....
8,691
Posted By meva
How to attach two files in unix script
Hi,

My script has to send 2 files as a separate attachment(Note : files to be sent without zipping) to the specified email id.

Below code was used but it is not attaching the file as expected...
2,011
Posted By meva
Script working successfully only when executed twice
Guys,

i am facing a very strange issue, my code below does an ftp to server A and gets a file to Server B, once the file is in B an if condition is present to check if the pattern of the filename...
6,947
Posted By meva
Hi Thanks for the response.We do not have...
Hi

Thanks for the response.We do not have nawk programming installed in our Server so unable to use the code.

we used the code

paste -d "\t" A.csv B.csv C.csv > D.csv


But the...
6,947
Posted By meva
thanks Eagle
thanks Eagle
6,947
Posted By meva
Hi Guys, Thanks for the inputs, i have one...
Hi Guys,

Thanks for the inputs, i have one more requirement for this. Currently we are putting the contents of A.CSV,B.csv and C.csv to be put into a fourth CSV D.csv such that they were one...
6,947
Posted By meva
Thanks for the inputs:)
Thanks for the inputs:)
6,947
Posted By meva
Thanks a Lot....Its working:) Meva
Thanks a Lot....Its working:)

Meva
6,947
Posted By meva
Still not working....
Still not working....
6,947
Posted By meva
Hi Franklin..... This is working...Thanks a...
Hi Franklin.....

This is working...Thanks a lot.....:)

But we still have a problem...File A looks like the one given below
A.CSV
"1","2009/1/12","DATA",+10.00
"2","2009/1/12","DATA",+11.00...
6,947
Posted By meva
Comparison of Cells in EXCEL using awk
Hi

I have 2 csv files which looks like the following and i have to compare the 2 CSVs and create a third file such that if the value of the 1st cell in A.CSV and the value of the first cell in...
4,593
Posted By meva
how to display the output file in an html format using perl
Hi,

I have written a perl script to dispaly some statements from a file but i want the output statements to be dispalyed in an HTML format.Is it possible for me to do in perl scripting?
...
4,094
Posted By meva
Expected output ---------- Post...
Expected output



---------- Post updated at 05:47 AM ---------- Previous update was at 05:34 AM ----------

Hi Panyam

I tried the code you have posted, but i do get other lines as well...
4,094
Posted By meva
the sample input The Expected output...
the sample input


The Expected output should be in a seperate output file with the sql statements alone.


Any suggestions?
Showing results 1 to 25 of 41

 
All times are GMT -4. The time now is 05:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy