Search Results

Search: Posts Made By: diva_thilak
2,474
Posted By diva_thilak
In informatica server for authentication purposes...
In informatica server for authentication purposes the list of certificates are stored in a file. It is called as Certificate bundle.
-----BEGIN CERTIFICATE-----...
2,474
Posted By diva_thilak
Thank you Don for your quick reply. I have...
Thank you Don for your quick reply.

I have tried to post the first two lines to highlight the alignment issue. Yes you are right, removing the line breaks the certificates would be same.

Any...
2,474
Posted By diva_thilak
Delete duplicates in CA bundle
I do have a big CA bundle certificate file and each time if i get request to add new certificate to the existing bundle i need to make sure it is not present already. How i can validate the...
1,969
Posted By diva_thilak
Research ID - in Crontab
Hi,
I have a unix script which runs a process (informatica workflow). To trigger this workflow an entry is made into the crontab and it is scheduled to run.

Issue:
The crontab entry is...
3,409
Posted By diva_thilak
Hi Kamaraj, Again for egrep we need to...
Hi Kamaraj,

Again for egrep we need to provide the complete path with the file name right???

I guess providing only the file name will result in file not found error.
3,409
Posted By diva_thilak
Thank you itkamaraj. ...
Thank you itkamaraj.

Check_Report.txt.10182012.041335
Check_Report.txt.10172012.041315
Check_Report.txt.10162012.041325

Can you please let me know how could i execute the command in that...
3,409
Posted By diva_thilak
Execute a command in different directory through Unix Script
Hi Gurus,

I have the below requirement,

Execute an unix script which will pick the latest file from the archive directory and do a grep (on multiple patterns) on that file.
...
3,802
Posted By diva_thilak
Split file based on size
Hi Friends,
Below is my requirement. I have a file with the below structure.
0001A1....
0001B1..
....

0001L1
0002A1
0002B1
......
0002L1
..

the first 4 characters are the sequence...
2,865
Posted By diva_thilak
Hi friends, I tried the below code, to...
Hi friends,

I tried the below code, to identify the success / failure of the unix job.

grep '^RC: 0' outbound.tmp > /dev/null || exit 1
The job completes successfully each time.

If RC:0 the...
2,865
Posted By diva_thilak
H anbu, I have the below code in the program ...
H anbu,
I have the below code in the program

grep '^RC: 0' outbound.tmp > /dev/null || exit 1

When i open the file in the Vi editor, i could see ^M characters in the end of each line.

If...
2,865
Posted By diva_thilak
Thanks a lot radoulov. I have the below...
Thanks a lot radoulov.
I have the below permissions on the file - outbound.tmp

-rw-rw-r--

When i execute the above grep command i am getting the below error message.

grep: can't open 0
...
2,865
Posted By diva_thilak
Grep and Awk
Hi Friends,

I have the below text in a file outbound.tmp

HTTP/1.1 200 OK
Date: Tue, 22 Jun 2010 19:34:09 GMT
RC: 0
Content-Type: text/html
Content-Length: 0
Keep-Alive: timeout=5, max=100...
5,183
Posted By diva_thilak
Concatenate Strings
Hi Friends,

I have a requirement

I need to concatenate the below two strings.

String 1 = /@jobid_at_
String 2 = value stored in ORACLE_SID

String 3 = string1 concatenated with String 2....
7,736
Posted By diva_thilak
Thanks Scott. But i could not able to locate...
Thanks Scott.
But i could not able to locate any folder with the name of the file and i do not get any error message as well.
7,736
Posted By diva_thilak
Move files to Folders
Hi Friends,
Below is my requirement and i am not clear how to approach this issue in unix programming.

I have a folder with 2500 files. The files are in below format.
1234_name1.txt...
Showing results 1 to 15 of 15

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