<div dir="ltr">Friends:<div><br></div><div>I have a html file on my box that looks like</div><div><br></div><div>&lt;table id=&quot;${id}_pushbutton&quot;&gt;</div><div><br></div><div>...</div><div>...</div><div>...</div><div>
...</div><div>&lt;/table&gt;</div><div><br></div><div>&lt;div id=&quot;${id}_background&quot; /&gt;</div><div><br></div><div><br></div><div><br></div><div>When I run them to the following code</div><div><br></div><div><div>
Dir.glob(fileTypes) do |theFile|</div><div>                puts theFile</div><div>                data=File.read(theFile)</div><div>                puts data</div><div>                #output_of_gsub=data.gsub(/::STATIC_TAG_WITH_VER::/, &quot;$static_ver_with_tag&quot;)</div>
<div>                #print data</div><div>                #puts output_of_gsub</div><div>                File.open(&quot;/tmp/cool.txt&quot;, &quot;w&quot;) {|file| file.puts data}</div><div>        end</div><div>end</div>
</div><div><br></div><div>The output I see is strange</div><div><br></div><div>The output looks like </div><div>id=&quot;com.adp.pid:configuration:jar:2.2-SNAPSHOT_toolbar_buttons&quot;<br></div><div><br></div><div><br></div>
<div>so essentilly the ${id} is getting interpreted either by the read or by the puts.</div><div><br></div><div>Any suggestion on how to read without interpreting ${id} please ?</div><div><br></div><div>-Narahari</div><div>
<br></div><div><br></div></div>