<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; awk и backslashes]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10592&amp;type=atom" />
	<updated>2015-04-20T11:30:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10592</id>
		<entry>
			<title type="html"><![CDATA[Re: awk и backslashes]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93502#p93502" />
			<content type="html"><![CDATA[<p>Да ежкин же кот.<br /></p><div class="codebox"><pre><code>{
    gsub (/\\u0026/, &quot;\\&amp;&quot;)
    print $0
}</code></pre></div><p>Дошло.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2015-04-20T11:30:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93502#p93502</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[awk и backslashes]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=93501#p93501" />
			<content type="html"><![CDATA[<p>Приветствую всех.</p><p>Использую awk из сборки <a href="http://sourceforge.net/projects/win-bash/">shell.w32-ix86</a>.<br /></p><div class="codebox"><pre><code>GNU Awk 3.1.0
Copyright (C) 1989, 1991-2001 Free Software Foundation.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.</code></pre></div><p>Суть проблемы.<br />Заменить<br /></p><div class="codebox"><pre><code>\u0026 Hello world!</code></pre></div><p>на<br /></p><div class="codebox"><pre><code>&amp; Hello world!</code></pre></div><p>Код<br /></p><div class="codebox"><pre><code>{
    gsub (&quot;\\u0026&quot;, &quot;\\&amp;&quot;)
    print $0
}</code></pre></div><p>Итог<br /></p><div class="codebox"><pre><code>\&amp; Hello world!</code></pre></div><p>Не могу дать ума. Помогите пжлст.</p>]]></content>
			<author>
				<name><![CDATA[DnsIs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26282</uri>
			</author>
			<updated>2015-04-20T11:21:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=93501#p93501</id>
		</entry>
</feed>
