Search Results

Search: Posts Made By: charan81
13,670
Posted By charan81
Thanks!! I have already directed the output...
Thanks!!

I have already directed the output to Logs folder like

LOGS=/ora05/fnfis/LOAD_logs; export LOGS

then i execute the 3 sql's and direct to > LOGS

You mean now if i dont redirect to...
13,670
Posted By charan81
nohup usage..
Hi,

I want to run the below 3 sql files parallely..I know adding a "&" at the end

of the command will make it run in background.But each sql file will take

a considerable time to execute...
16,929
Posted By charan81
Hi, I want to add a line of text to a...
Hi,

I want to add a line of text to a already existing file
at the first line.

Thanks..
16,929
Posted By charan81
How to overcome Segmentation Fault in Unix ??
Hi..

I want to add a line of data to a already existing file..

When i use

echo "1i\nGROUP_NAME,JOB_NAME,STATUS,PROCESS_GROUP,JOB_START,JOB_END \n.\nwq" | ex -s abc.txt

where abc.txt...
10,402
Posted By charan81
Madhan, When i use echo...
Madhan,

When i use

echo "1i\nGROUP_NAME,JOB_NAME,STATUS,PROCESS_GROUP,JOB_START,JOB_END \n.\nwq" | ex -s abc.txt

where abc.txt contains only
Hello
Testing
Insert

I am getting this.....
10,402
Posted By charan81
Need to add a line of data to already existing file in Unix..
Hello..

I have a text file with 100 lines of data.
I need to add 1 line of data to that already existing file at the first line( beginning of the file) , so that the already existing 100 lines...
53,392
Posted By charan81
Here is what i get... when i issue cat...
Here is what i get...

when i issue cat dmlog.txt i get

ANALYZE DLS_DM COMPLETE GE 24-OCT-05
LOAD_STAGE ...
53,392
Posted By charan81
when i issue cat dmlog.txt i get ANALYZE ...
when i issue cat dmlog.txt i get

ANALYZE DLS_DM COMPLETE GE 24-OCT-05
LOAD_STAGE STAGE_LOAD COMPLETE C0 ...
53,392
Posted By charan81
Guys... Could u people let me know on how to...
Guys...

Could u people let me know on how to find whether
Spaces between the fields in a record is a "Tab" or "Multiple Spaces".
53,392
Posted By charan81
Guys..No Luck.. In my txt file dmlog.txt ,...
Guys..No Luck..

In my txt file dmlog.txt , Consider 100 records where with in a record
fields are separated with tab spaces. In some records fields may be 2 tabs
separated and in some 1 tab...
53,392
Posted By charan81
Its a Tab Space between data in dmlog.txt ...
Its a Tab Space between data in dmlog.txt

LOAD_STAGE<tab><tab>STAGE_LOAD<tab>COMPLETE<tab>U0<tab>10-OCT-05

to be converted to

LOAD_STAGE,STAGE_LOAD,COMPLETE,U0,10-OCT-05


Help me out in...
53,392
Posted By charan81
Vino..No Luck.. Let me tell u my...
Vino..No Luck..

Let me tell u my requirement..

I have a file dmlog.txt with data like this

LOAD_STAGE STAGE_LOAD COMPLETE U0 10-OCT-05
LOAD_STAGE_A ...
53,392
Posted By charan81
When i use /export/home/test/mona>sed 's/ ...
When i use

/export/home/test/mona>sed 's/ /,/g' tab_del.dat

I m getting like this..
1,, 2 3 4 5,
6,, 7 8 9 10,


Where i need like this...
53,392
Posted By charan81
Converting Tab delimited file to Comma delimited file in Unix
Hi,

Can anyone let me know on how to convert a Tab delimited file to Comma delimited file in Unix

Thanks!!
26,705
Posted By charan81
Great!! It is working.. Thanks a lot...
Great!!

It is working..

Thanks a lot Guys!!
26,705
Posted By charan81
I have used this.. uuencode datetime.txt...
I have used this..

uuencode datetime.txt datetime.txt | mailx -s "Attaching test" charan.p@igate.com < mail.txt

I am receiving the mail with the body of the "mail.txt" file.
I dont receive the...
26,705
Posted By charan81
It Doesnt attach the txt file while embedding the mail body.
Madhan,

I tried this already..

uuencode abc.txt abc.txt | mailx -s "Attaching test" user@domain.com < your_file_containing_message

This is sending out a mail with the body of the...
26,705
Posted By charan81
I need to attach a txt file as well as embed some text in the mail body.
Thanks..

I need to attach a txt file as well as embed some text in the mail body.

How to add the mail body(Some text) while attaching a file like this :

uuencode abc.txt abc.txt | mailx -s...
26,705
Posted By charan81
Need to attach a txt file while sending mail
Hi,

I need to attach a txt file while sending mail thru Unix.

Please help me out in this..

-Charan.
Showing results 1 to 19 of 19

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