Search Results

Search: Posts Made By: Ribosome
1,945
Posted By Ribosome
Yes, I did the same. Thank you ! :)
Yes, I did the same.

Thank you ! :)
1,945
Posted By Ribosome
Yes sorry! I didnt think about that. I first...
Yes sorry! I didnt think about that. I first thought of using sed -i 's//g' file. But that is not possible.

---------- Post updated at 09:32 AM ---------- Previous update was at 09:10 AM...
1,945
Posted By Ribosome
Thank you subbeh and chubler_xl and carlom. I...
Thank you subbeh and chubler_xl and carlom.
I figured out the working solution:

I forgot to add another requirement that I need to pick only the node with
"Date_de_Publication_Periodique" and...
1,945
Posted By Ribosome
I'm using linux and executing command in bash...
I'm using linux and executing command in bash shell:
1,945
Posted By Ribosome
Thanks for the reply but your code is not...
Thanks for the reply but your code is not working:


awk '/Date_de_Publication_Periodique/ && /XMLSchema#date/ {sub(/[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}/,"JJJJJJ"); print}'...
1,945
Posted By Ribosome
Need to replace the date inside a node of several rdf files
Hi,
I have a rdf zip file. This zip file consists of several *.rdf files.
I need to replace the date (this is different for each rdf) inside the node "Date_de_Publication_Periodique" of these rdf...
9,679
Posted By Ribosome
you can try the following: grep -il "Bufman"...
you can try the following:

grep -il "Bufman" /finacle/RIPU/* | xargs -0 -I {} mv "{}" /finacle/MARK/

I haven't checked it yet but this should get you the result.
34
77,775
Posted By Ribosome
Thanks for this post! I've bookmarked this page.
Thanks for this post! I've bookmarked this page.
Forum: Programming 05-02-2013
4,680
Posted By Ribosome
Its unfortunate that I cant share the code/logs...
Its unfortunate that I cant share the code/logs here since it is against our company's policy. Thank you all, It was a good learning and I was able to convince my seniors about the redundancy of this...
Forum: Programming 04-19-2013
4,680
Posted By Ribosome
Hey Thank you all for enlightening me! I've...
Hey Thank you all for enlightening me!

I've not worked much on perl, but in every C++ project I've worked on I've seen the reporting scripts were done especially in PERL and thats why I was...
Forum: Programming 04-18-2013
4,680
Posted By Ribosome
Switching over to C++
Hi,

We've been using a perl script to extract datas from several logs to generate a report. I've been asked to rewrite the code in C++. I want to know if it is wise to have a code in C++ and will...
3,843
Posted By Ribosome
Please somebody help me !!!!!
Please somebody help me !!!!!
3,843
Posted By Ribosome
Here are the results: uname -a Linux...
Here are the results:

uname -a

Linux cpclb2a682 2.6.18-238.5.1.el5 #1 SMP Mon Feb 21 05:52:39 EST 2011 x86_64 x86_64 x86_64 GNU/Linux



find / -name 'curl.h' 2>/dev/null


find:...
3,843
Posted By Ribosome
How to include cURL library?
Hi,

I've got a project to write a C++ code to open a webpage,read the content and write it in a file. I'm using cURL and compiling the code using G++ in unix. I'm getting compilation error as:...
Showing results 1 to 14 of 14

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