<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: wildcards in awk scripting, how use them? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009254#M47882</link>
    <description>Use this:&lt;BR /&gt;&lt;BR /&gt;awk ' { if( $9 ~ /^9[123]+[0-9]+/) print $9 }'&amp;gt; /home/some_file.txt</description>
    <pubDate>Wed, 18 Oct 2006 07:19:33 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-10-18T07:19:33Z</dc:date>
    <item>
      <title>wildcards in awk scripting, how use them?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009253#M47881</link>
      <description>Hi people, &lt;BR /&gt;I have statement &lt;BR /&gt;awk ' { if(( $9=90*) &amp;amp;&amp;amp; ($9=91*) &amp;amp;&amp;amp; ($9=92*)) print $9 }'&amp;gt; /home/some_file.txt&lt;BR /&gt;where with * I want to select all numbers which begin with 90, 91, 92, and no mater which number is later. There is 4 numbers after 90, 91, 92. &lt;BR /&gt;&lt;BR /&gt;how use wild wildcards in this case to print out all that numbers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2006 06:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009253#M47881</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-10-18T06:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: wildcards in awk scripting, how use them?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009254#M47882</link>
      <description>Use this:&lt;BR /&gt;&lt;BR /&gt;awk ' { if( $9 ~ /^9[123]+[0-9]+/) print $9 }'&amp;gt; /home/some_file.txt</description>
      <pubDate>Wed, 18 Oct 2006 07:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009254#M47882</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-18T07:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: wildcards in awk scripting, how use them?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009255#M47883</link>
      <description>Sorry, I used 123 instead of 012. Here's a corrected answer:&lt;BR /&gt;&lt;BR /&gt;awk ' { if( $9 ~ /^9[012]+[0-9]+/) print $9 }'&amp;gt; /home/some_file.txt</description>
      <pubDate>Wed, 18 Oct 2006 07:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009255#M47883</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-18T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: wildcards in awk scripting, how use them?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009256#M47884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;awk '{ if( $9 ~ /^9[012][0-9]{4}$/) print $9 }' &amp;lt; in.txt &amp;gt; out.txt&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 18 Oct 2006 07:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009256#M47884</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-10-18T07:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: wildcards in awk scripting, how use them?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009257#M47885</link>
      <description>Thanks</description>
      <pubDate>Wed, 18 Oct 2006 07:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wildcards-in-awk-scripting-how-use-them/m-p/5009257#M47885</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-10-18T07:44:54Z</dc:date>
    </item>
  </channel>
</rss>

