Search Results

Search: Posts Made By: raghav288
3,280
Posted By raghav288
Hi methyl, we had considered that option too but,...
Hi methyl, we had considered that option too but, since we are dealing with huge amount of data, so there is a possibility that it wud hamper the database.
3,280
Posted By raghav288
Hi Jim thanks for the reference but i need help...
Hi Jim thanks for the reference but i need help in implementing the same

for eg
Flat file 1 contains :
AAA-BBB-CCC
XXX-YYY-ZZZ

I want to encrypt in such a way that the rows size for each...
3,280
Posted By raghav288
Another Idea for the same solution..
Hi

Thanks for the solution.. We had come up with a solution for comparing the huge data..

Since we are comparing huge data of flat file records, the follwing can be done

A hash function may...
3,280
Posted By raghav288
Thank you very much for you help.. yes I hwas...
Thank you very much for you help.. yes I hwas looking for the same
3,280
Posted By raghav288
Solution for the Massive Comparison Operation
Hi

We have 50 million records in mainframes DB2. We have a requirement to Record the Change Data Capture(CDC) records.

i.e New Records or Updated Records that were added into the DB2....
3,716
Posted By raghav288
S that was the requirment But now in my real...
S that was the requirment

But now in my real use it is after every 25th occurence of '|' in a line i need to place a '\n'

For eg
i have 75 occurence of '|' in a line, so i have to replace the...
1,696
Posted By raghav288
Replace matching nth occurence
Hi
for eg my file has:

val1 | val2 | val1 | val2 | val1 | val2 | val1 | val2 |



here i need to replace '|' with '|\n' where the occurence of '|' is divisble by 2
so that the output comes...
3,716
Posted By raghav288
eg: val1 | val2 | val1 | val2 | val1 | val2...
eg:

val1 | val2 | val1 | val2 | val1 | val2 | val1 | val2

here i need to replace '|' with '|\n' where the occurence of '|' is divisble by 2
3,716
Posted By raghav288
Thanks for the reply i need to match "abc" within...
Thanks for the reply i need to match "abc" within other patterns also
like
abc bbb bbb abc bbb ccc abc
so need to match the pattern and occurence too
3,716
Posted By raghav288
Hi thax for the reply but im making an example...
Hi thax for the reply but im making an example since in my requirements its 25rd every occurence i need to replace in a line
3,716
Posted By raghav288
Replacing nth occurence
Hi

My input file is like this for eg:

abc abc abc abc abc abc

i would like to replace "abc" with "cba" where the occurrence is divisible by 2

of eg here 2nd, 4th and 6th occurence shud be...
12,092
Posted By raghav288
Thank u very much :)
Thank u very much :)
12,092
Posted By raghav288
that is the problem actually. I ve been working...
that is the problem actually. I ve been working with these regular expression and now even trying out the above second sed dint work.. Is this anything to do whith shell or AIX server.. Im using this...
12,092
Posted By raghav288
regular expression on AIX
Hi

Im running this commad on AIX in ksh

samp1 file contains
1
2
123
1234

When i execute the following simple reg exp i dont get the matched pattern
sed -n '/[0-9]+/p' samp1
or
sed...
1,303
Posted By raghav288
thanks it worked.. :) But similarly sed...
thanks it worked.. :)

But similarly
sed -n '/[0-9]\+/p' samp1
or
sed -n '/[0-9]+/p' samp1
did not give any results :(
1,303
Posted By raghav288
Urgent solution for simple sed
Hi

Im running this command on AIX in ksh.
My input file samp1 contains
1
2
123
12345

When I execute the following sed i dont get a matching pattern
sed -n '/[0-9]{1}/p' samp1

Can...
6,065
Posted By raghav288
Thank you very much :)
Thank you very much :)
6,065
Posted By raghav288
Loading Oracle data to unix in flat file
Hi
I would like to know how to load oracle data to unix flat file using a shell script.

Can we use sqlldr to import data from oracle, if so can anyone help me with it.
3,237
Posted By raghav288
Replacing all except for the matching pattern
Hi all

I need to replace all characters in a file except for the matching pattern

eg.

I need to replace all character with '*' except for the pattern "abc"

Input
"sdfhgsdf abc...
9,747
Posted By raghav288
The public key thing soes not work bcos of the...
The public key thing soes not work bcos of the shared home folder... when you run the keygen command, a .ssh folder will be created, but since it is shared the same is created on the other server...
9,747
Posted By raghav288
Hi dejavu Public key authentication does not...
Hi dejavu
Public key authentication does not work since the home folder is shared between the servers, so when u run the keygen command, it creates the .ssh folder on the home folder and it...
4,328
Posted By raghav288
Hi Gholdbhurg this code may help you: ...
Hi Gholdbhurg

this code may help you:

i=1
while true
do
#Get the line from File1
line=`sed -n ${i}p File1`

#Get the first field in the line
code=`echo $line | cut -d'|' -f1`
...
9,747
Posted By raghav288
thanks for replying but the problem is i have a...
thanks for replying but the problem is i have a shared home folder between two servers and my write access is also within the home folder. So i need to ssh some commands from one server to the other...
9,747
Posted By raghav288
automating ssh session with password
Hi
Can anyone help me in automate a ssh session with password using shell script
5,659
Posted By raghav288
Hi shahidbakshi this link gives you the list of...
Hi shahidbakshi
this link gives you the list of unix commands for CVS
use it accordingly
CVS Commands...
Showing results 1 to 25 of 26

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