[Puppet Users] Re: How to search and replace a word in file

2015-07-26 Thread ayyanar
On Thursday, July 23, 2015 at 7:13:46 PM UTC+5:30, jcbollinger wrote: > > > > On Thursday, July 23, 2015 at 2:27:03 AM UTC-5, Ayyanar wrote: >> >> 1." sed -i 's/\$\$HISTORY\$\$/puppet/' /etc/ >> system.com " >> >> >> I want to replace a word $$HISTORY$$ with puppet

[Puppet Users] Re: How to search and replace a word in file

2015-07-23 Thread jcbollinger
On Thursday, July 23, 2015 at 2:27:03 AM UTC-5, Ayyanar wrote: > > 1." sed -i 's/\$\$HISTORY\$\$/puppet/' /etc/ > system.com " > > > I want to replace a word $$HISTORY$$ with puppet text into /etc/system.com > file. > > You have to take care to perform proper quot

[Puppet Users] Re: How to search and replace a word in file

2015-07-23 Thread Ayyanar
On Thursday, 23 July 2015 12:57:03 UTC+5:30, Ayyanar wrote: > > 1." sed -i 's/\$\$HISTORY\$\$/puppet/' /etc/ > system.com " > > > I want to replace a word $$HISTORY$$ with puppet text into /etc/system.com > file. > > Search $$HISTORY Replace puppet > > Thanks for