Search Results

Search: Posts Made By: raosurya
1,223
Posted By raosurya
Red hat linix script
No. I do no know cron tab. I am using ca autosys scheduling software.
I need to create job under ca-autosys. In that job i need to use this script.
I will schedule this job everyday day 8...
1,223
Posted By raosurya
UNIX script
in linux box
I loginto box every day
bounce the severs
here is the process i will do everyday.

pwd
cd smgr/bin
ps -ef | ./ucybsmgr uc4prd
kill -9 process no.
nohup ./ucybsmgr uc4prd &
...
Forum: AIX 05-27-2008
10,578
Posted By raosurya
thanks. N.
thanks.
N.
Forum: AIX 05-26-2008
10,578
Posted By raosurya
how to increase the space unix directores
Hi
have IBM aix. unix
my directories are full
when i use

$ df -k

filesystem kbytes used avail capacity mounted on
/dev/root 288880 ...
8,568
Posted By raosurya
Thanks for your reply.
Thanks for your reply.
8,568
Posted By raosurya
mailx is not working outside e-mails
HI
i wrote schell script to send e-mail automatically.
it works only e-mail for our company.say for example,
company name is : abc,
example: joe@abc.com
every body is receiving with...
23,803
Posted By raosurya
Hi Ygor, Excellant. Now it is showing fine....
Hi Ygor,
Excellant. Now it is showing fine. Thanks a lot for you hlep.
thx
N.
23,803
Posted By raosurya
Hi Ygor, I looked the csv file. it is...
Hi Ygor,

I looked the csv file. it is showing ok. but, when i open the xls file in excel
only the first column is not coming correctly. here is the examples
first column name
...
23,803
Posted By raosurya
Hi Ygor, Small clarification. In the other...
Hi Ygor,
Small clarification.
In the other report
i have first column length is 45 postions.
When i run this above scirpt, first column after 27 positions it wrapped
into next line.rest of the...
23,803
Posted By raosurya
Hi Ygor, Excellant.I really apprciate this.You...
Hi Ygor,
Excellant.I really apprciate this.You have done excellant job done.
it is working now. when i open excel all the columns are comming right way.
Thank you so much. it is great help....
23,803
Posted By raosurya
no body replied to me yet. pl help to fix the...
no body replied to me yet. pl help to fix the problem.
i tried with solutions provided in the post. but it not working the way i want.
pl see this. I really appreciate.
i have a report.csv file...
13,452
Posted By raosurya
No. absolutely NOT. some body gave me answer for...
No. absolutely NOT. some body gave me answer for this question which is not working. i posted reply in other post. but, NO body replied to me last week.thats why i asked the question again. I am...
13,452
Posted By raosurya
format csv file using shell script
i have a report.csv file from oracle datavase
In that file data is like this with report heading and date

SALES DAILY REPORT
DATE: 06-26-2007
REPORT NAME: SALES DATA
...
23,803
Posted By raosurya
yes. i need to send this report excel sheet to...
yes. i need to send this report excel sheet to outside group of people.
i tried this. still when i open the excel still it is showing default column widht.
that is why i need some thing with awk...
23,803
Posted By raosurya
Thanks it is working. But, I need some more...
Thanks it is working.
But, I need some more help.
when i use that code
fist column widning too much length.
i mean it is widning 200 char length.
i need only around 25 char length.
can i...
23,803
Posted By raosurya
Hi Ygor, i did same thing as you said. In...
Hi Ygor,

i did same thing as you said. In excel there is no data.
pl tell me what is missing.
i did sql first
then i used your awk code then i used
/usr/bin/uuencode Report.xls Report.xls >...
23,803
Posted By raosurya
I tried this excel macro. i did not get any...
I tried this excel macro. i did not get any thing.
Honestly, i do not know where put code.
In excel, i went tools, macro, visul basic editor.
i type your code. nothing happend. pl guide me. ...
23,803
Posted By raosurya
i do not know excel marco. Please let me know...
i do not know excel marco.
Please let me know how to write excel macro for this problem.
i really appreciate for this.
thx.
N.
23,803
Posted By raosurya
Hi shell life here is you written. while...
Hi shell life
here is you written.
while read mLine
do
set -- `echo $mLine | sed 's/,/ /g'`
printf "%-15s %-5s %-4s %-2s %-2s\n" $1 $2 $3 $4 $5
done < input_file

but, i need output in...
23,803
Posted By raosurya
Hi Ygor, i used this code: awk...
Hi Ygor,

i used this code:

awk 'BEGIN{
FS=","
print "<HTML><BODY><TABLE>"
}
{
printf "<TR>"
for(i=1;i<=NF;i++)
printf "<TD>%s</TD>",...
23,803
Posted By raosurya
I know that. I am doing automation.There should...
I know that.
I am doing automation.There should not be any manual intervention.
Thanks,N.
23,803
Posted By raosurya
I am sorry about that. Thanks for your...
I am sorry about that.

Thanks for your reply.
N.
23,803
Posted By raosurya
I am desparate to fix the problem. Need help. ...
I am desparate to fix the problem.
Need help.

replied:
awk -F"," '{printf "%-20s %-20s %-20s %-20s %-20s\n",$1,$2,$3,$4,$5}' <file-name>


how to add spaces for the above script towards...
23,803
Posted By raosurya
NO. what is my problem is i sent this CSV FILE...
NO.
what is my problem is i sent this CSV FILE to excel spread sheet.
when open the csv file, i could not see whole column width. it showing excel default column width. so, i cannot see whole...
23,803
Posted By raosurya
Thanks for your quick reply. i am sorry about...
Thanks for your quick reply.
i am sorry about that.
i want to incrase all the columns and all the records in that file
the result should be in new file.
i want increase right of each column...
Showing results 1 to 25 of 27

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