<?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: echo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307805#M338903</link>
    <description>cat /etc/passwd | awk -F: '{print $1}' | tr "\n" " "</description>
    <pubDate>Mon, 17 Nov 2008 19:39:43 GMT</pubDate>
    <dc:creator>Tingli</dc:creator>
    <dc:date>2008-11-17T19:39:43Z</dc:date>
    <item>
      <title>echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307802#M338900</link>
      <description>How can I echo the passwd file and redirect into a file, where all of the users are on the 1st line of the file, separated by spaces?&lt;BR /&gt;&lt;BR /&gt;Im stuck</description>
      <pubDate>Mon, 17 Nov 2008 19:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307802#M338900</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2008-11-17T19:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307803#M338901</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# perl -naF":" -e 'push(@a,$F[0]);END{print "@a\n"}' /etc/passwd &amp;gt; myfile&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307803#M338901</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-11-17T19:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307804#M338902</link>
      <description>Or, using awk:&lt;BR /&gt;&lt;BR /&gt;awk -F: '{printf("%s ",$1)}END{print}' &amp;lt; /etc/passwd &amp;gt; myfile</description>
      <pubDate>Mon, 17 Nov 2008 19:35:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307804#M338902</guid>
      <dc:creator>Michael Mike Reaser</dc:creator>
      <dc:date>2008-11-17T19:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307805#M338903</link>
      <description>cat /etc/passwd | awk -F: '{print $1}' | tr "\n" " "</description>
      <pubDate>Mon, 17 Nov 2008 19:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307805#M338903</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2008-11-17T19:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: echo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307806#M338904</link>
      <description>echo $(awk -F: '{print $1}' /etc/passwd) &amp;gt; myfile&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Tingli: cat /etc/passwd | awk -&lt;BR /&gt;&lt;BR /&gt;No need to use cat(1) here.</description>
      <pubDate>Mon, 17 Nov 2008 23:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/echo/m-p/4307806#M338904</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-17T23:49:30Z</dc:date>
    </item>
  </channel>
</rss>

