<?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: print each field in a row in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147228#M90674</link>
    <description>&amp;gt;Patrick: I want to do exactly the opposite&lt;BR /&gt;&lt;BR /&gt;Your thread is here:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206784" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206784&lt;/A&gt;</description>
    <pubDate>Mon, 25 Feb 2008 20:58:15 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-02-25T20:58:15Z</dc:date>
    <item>
      <title>print each field in a row</title>
      <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147224#M90670</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to use awk to print the output of a command or file which is delimited with a space:&lt;BR /&gt;&lt;BR /&gt;so &lt;BR /&gt;&lt;BR /&gt;command &lt;BR /&gt;&lt;OUTPUT a=""&gt; &lt;OUTPUT b=""&gt; &lt;OUTPUT c=""&gt;&lt;BR /&gt;&lt;BR /&gt;I would like to print&lt;BR /&gt;&lt;BR /&gt;&lt;OUTPUT a=""&gt;&lt;BR /&gt;&lt;OUTPUT b=""&gt;&lt;BR /&gt;&lt;OUTPUT c=""&gt;&lt;BR /&gt;&lt;BR /&gt;I appreciate the help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Chris.&lt;BR /&gt;&lt;/OUTPUT&gt;&lt;/OUTPUT&gt;&lt;/OUTPUT&gt;&lt;/OUTPUT&gt;&lt;/OUTPUT&gt;&lt;/OUTPUT&gt;</description>
      <pubDate>Tue, 19 Feb 2008 15:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147224#M90670</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2008-02-19T15:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: print each field in a row</title>
      <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147225#M90671</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;# echo "f1 f2 f3 f4"|awk '{for (i=1;i&amp;lt;=NF;i++) {print $i}}'&lt;BR /&gt;&lt;BR /&gt;...or, of course:&lt;BR /&gt;&lt;BR /&gt;# awk '{for (i=1;i&amp;lt;=NF;i++) {print $i}}' file&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2008 15:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147225#M90671</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-02-19T15:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: print each field in a row</title>
      <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147226#M90672</link>
      <description>You can also use tr(1) to change blanks to newlines:&lt;BR /&gt;command | tr " " "\012"</description>
      <pubDate>Wed, 20 Feb 2008 08:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147226#M90672</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-02-20T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: print each field in a row</title>
      <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147227#M90673</link>
      <description>I want to do exactly the opposite.  How can I take the following:&lt;BR /&gt;&lt;BR /&gt;outputa&lt;BR /&gt;outputb&lt;BR /&gt;outputc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and turn it into this:&lt;BR /&gt;&lt;BR /&gt;outputa outputb outputc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Feb 2008 04:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147227#M90673</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2008-02-25T04:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: print each field in a row</title>
      <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147228#M90674</link>
      <description>&amp;gt;Patrick: I want to do exactly the opposite&lt;BR /&gt;&lt;BR /&gt;Your thread is here:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206784" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1206784&lt;/A&gt;</description>
      <pubDate>Mon, 25 Feb 2008 20:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147228#M90674</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-02-25T20:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: print each field in a row</title>
      <link>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147229#M90675</link>
      <description>I actually made that thread AFTER the post above AFTER I realized that a new thread would be a better way.</description>
      <pubDate>Tue, 04 Mar 2008 15:22:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/print-each-field-in-a-row/m-p/4147229#M90675</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2008-03-04T15:22:15Z</dc:date>
    </item>
  </channel>
</rss>

