On Sat, Jan 9, 2010 at 3:55 PM, Akemi Yagi amyagi@gmail.com wrote:
On Sat, Jan 9, 2010 at 5:47 AM, Rudi Ahlers Rudi@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 which package(s) to install to get it. So, does anyone know which package to install to get the "replace" command?
Try:
yum whatprovides "*/replace"
Akemi _______________________________________________
I already tried that as well :) No luck.