[CentOS] what provices replace command?

2010-01-09 Thread Rudi Ahlers
I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. yum info replace, yum whatprovides replace, and yum search replace doesn't show me which package(s) to install to get it. So, does anyone know which package to

Re: [CentOS] what provices replace command?

2010-01-09 Thread Akemi Yagi
On Sat, Jan 9, 2010 at 5:47 AM, Rudi Ahlers r...@softdux.com wrote: I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. yum info replace, yum whatprovides replace, and yum search replace doesn't show me

Re: [CentOS] what provices replace command?

2010-01-09 Thread Rudi Ahlers
On Sat, Jan 9, 2010 at 3:55 PM, Akemi Yagi amy...@gmail.com wrote: On Sat, Jan 9, 2010 at 5:47 AM, Rudi Ahlers r...@softdux.com wrote: I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. yum info replace,

Re: [CentOS] what provices replace command?

2010-01-09 Thread Benjamin Donnachie
2010/1/9 Rudi Ahlers r...@softdux.com: I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. Is sed suitable for what you need to achieve?

Re: [CentOS] what provices replace command?

2010-01-09 Thread Stephen Harris
On Sat, Jan 09, 2010 at 04:05:44PM +0200, Rudi Ahlers wrote: On Sat, Jan 9, 2010 at 3:55 PM, Akemi Yagi amy...@gmail.com wrote: yum whatprovides */replace I already tried that as well :) No luck. On my CentOS 5 machine: % yum whatprovides '*/replace' Loaded plugins: priorities 470

Re: [CentOS] what provices replace command?

2010-01-09 Thread Rudi Ahlers
On Sat, Jan 9, 2010 at 4:17 PM, Stephen Harris li...@spuddy.org wrote: On Sat, Jan 09, 2010 at 04:05:44PM +0200, Rudi Ahlers wrote: On Sat, Jan 9, 2010 at 3:55 PM, Akemi Yagi amy...@gmail.com wrote: yum whatprovides */replace I already tried that as well :) No luck. On my CentOS 5

Re: [CentOS] what provices replace command?

2010-01-09 Thread Frank Cox
On Sat, 2010-01-09 at 15:47 +0200, Rudi Ahlers wrote: I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. If you just want to do what you say here, sed will work fine. I remember that I had, found, or quite

Re: [CentOS] what provices replace command?

2010-01-09 Thread Kai Schaetzl
Rudi Ahlers wrote on Sat, 9 Jan 2010 17:47:29 +0200: In this case, I suspect the repository is incorrect, or it's not in a common repository ? OR, is it actually part of MySQL? This particular server already has MySQL installed, but replace isn't there. Wow, I've never heard of it, but, yes,

Re: [CentOS] what provices replace command?

2010-01-09 Thread Bill Campbell
On Sat, Jan 09, 2010, Rudi Ahlers wrote: I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. yum info replace, yum whatprovides replace, and yum search replace doesn't show me which package(s) to install to get