Hi All
I am getting this message even after having re-initialized the cmsdbsetup process.
message i get
/opt/bo/bobje/ccm.sh -display
Creating session manager...
Logging onto CMS...
err: Error: Couldn't logon to CMS
err: Error description: The system XXXXXX can be contacted, but there is no...
Elgrandeperro
Thanks for your post. Your script does the job but could you please explain the logic behind
egrep -i "^$line$" B > /dev/null
if [ $? -eq 0 ]
What does ^$line$ mean
and $? -eq 0
Thanks
HI
What i am trying to do is as follows
A------> Raw file
B------> Whitelist
C------> Filtered file
Lets say each of them contains only numbers.
I want to check , how many numbers in the filtered file (came from raw) are there in the whitelist. Ideally all of them should be in the whitelist...
All i want to do here, is run a for or while loop on file C to compare the entries with file B but dont know how to do it. Once thats doen, i want to count the number of entries that matched in both files.
The output would just give us a count of the number of entries that matched, a simple...
Feherke
Sorry but the -f option doesnt work on my solaris?
grep -f IMSI2 -x IMSI1
grep: illegal option -- f
Also, what i want to do here is
A------> Raw file
B------> Whitelist
C------> Filtered file
Lets say each of them contains only numbers.
I want to check , how many numbers in the...
Feherke
Thanks , but the diff command would nt work out here .
The files contain thousands of entries.
So basically i would have to run a command where if the number or string is in file B and file A the count is incremented and if the content from file B does not match A, the counter stays...
HI
I have 2 files A and B
A
1
1234
986740982
78264182
89264162
9128635
5
6
7
8
B
1
4
5
6
7
As you can see , some of the records in B are in A. What is the best way that we can compare the 2 files? I mean lets say i want to output the comparison of both the files where the entries match (or...
HI
I am using the below script to create a file with 10000 iterations. What i want to do is, use a loop that would create a file with 1000 iterations for the 10000.
So basically i would like to break up the file with 10000 iterations using a loop to have 10 files with 1000 iterations each. It...
The reason i am asking you that is , the output is as under
': invalid format character
282000272000016810,38129031,982123,0016810
404000016810,38129031,982123,4016810
303000016810,38129031,982123,3016810
-bash: printf: `
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.