
<?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=regex_scratchpad</id>
		<title>regex scratchpad - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=regex_scratchpad"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=regex_scratchpad&amp;action=history"/>
		<updated>2026-04-29T08:28:11Z</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=regex_scratchpad&amp;diff=766&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot; grep for pattern of startof line, numbers, spaces, word Any  # cat firewall_policy.txt | grep -E &quot;^[0-9]* *Any&quot;   print firewall text rules between #..spaces...Any and the en...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=regex_scratchpad&amp;diff=766&amp;oldid=prev"/>
				<updated>2014-05-03T21:09:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; grep for pattern of startof line, numbers, spaces, word Any  # cat firewall_policy.txt | grep -E &amp;quot;^[0-9]* *Any&amp;quot;   print firewall text rules between #..spaces...Any and the en...&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;
grep for pattern of startof line, numbers, spaces, word Any&lt;br /&gt;
 # cat firewall_policy.txt | grep -E &amp;quot;^[0-9]* *Any&amp;quot; &lt;br /&gt;
&lt;br /&gt;
print firewall text rules between #..spaces...Any and the end of rule ----------\&lt;br /&gt;
 # cat firewall_policy.txt | sed -n -e '/^[0-9]* *Any/,/--------------------/ p' &lt;br /&gt;
&lt;br /&gt;
[[category:regex]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>