
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=awk_scripting_notes</id>
		<title>awk scripting notes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=awk_scripting_notes"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=awk_scripting_notes&amp;action=history"/>
		<updated>2026-04-29T01:25:01Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=awk_scripting_notes&amp;diff=1197&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot; compound logical statement   $ echo &quot;1 2 3&quot; | awk '{for (i=1; i&lt;=NF; i++) if (($i==&quot;1&quot;) &amp;&amp; ($(i+1)==&quot;2&quot;)) print $(i+2)}'  3&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=awk_scripting_notes&amp;diff=1197&amp;oldid=prev"/>
				<updated>2018-08-05T23:03:42Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; compound logical statement   $ echo &amp;quot;1 2 3&amp;quot; | awk &amp;#039;{for (i=1; i&amp;lt;=NF; i++) if (($i==&amp;quot;1&amp;quot;) &amp;amp;&amp;amp; ($(i+1)==&amp;quot;2&amp;quot;)) print $(i+2)}&amp;#039;  3&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
compound logical statement&lt;br /&gt;
&lt;br /&gt;
 $ echo &amp;quot;1 2 3&amp;quot; | awk '{for (i=1; i&amp;lt;=NF; i++) if (($i==&amp;quot;1&amp;quot;) &amp;amp;&amp;amp; ($(i+1)==&amp;quot;2&amp;quot;)) print $(i+2)}'&lt;br /&gt;
 3&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>