<?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: UNIX equivalent command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947222#M795368</link>
    <description>Thanks guys. That solved the problem nicely.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and Happy New Year!</description>
    <pubDate>Thu, 15 Dec 2005 15:17:34 GMT</pubDate>
    <dc:creator>Alex Rauket</dc:creator>
    <dc:date>2005-12-15T15:17:34Z</dc:date>
    <item>
      <title>UNIX equivalent command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947219#M795365</link>
      <description>Is there a UNIX command that will list a directory's contents in a single column, but not list directories, much like the dos&lt;BR /&gt;&lt;BR /&gt;dir /A-D /B&lt;BR /&gt;&lt;BR /&gt;command?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 15 Dec 2005 15:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947219#M795365</guid>
      <dc:creator>Alex Rauket</dc:creator>
      <dc:date>2005-12-15T15:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX equivalent command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947220#M795366</link>
      <description>How about-&lt;BR /&gt;find . ! -type d -print&lt;BR /&gt; &lt;BR /&gt;or&lt;BR /&gt; &lt;BR /&gt;ls -p | grep -v "/$" &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 15 Dec 2005 15:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947220#M795366</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2005-12-15T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX equivalent command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947221#M795367</link>
      <description>Well, of course "ls -1" (that's a numeral 'one' after the dash) gives you a single column output, but it includes directories.&lt;BR /&gt;&lt;BR /&gt;I reckon you could try something like&lt;BR /&gt;ls -l | grep -v ^d | awk '{print $9}'&lt;BR /&gt;&lt;BR /&gt;That would exclude directories but still include things other than regular files like char and block devices, sockets, links, etc.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas,&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 15 Dec 2005 15:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947221#M795367</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2005-12-15T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX equivalent command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947222#M795368</link>
      <description>Thanks guys. That solved the problem nicely.&lt;BR /&gt;&lt;BR /&gt;Merry Christmas and Happy New Year!</description>
      <pubDate>Thu, 15 Dec 2005 15:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947222#M795368</guid>
      <dc:creator>Alex Rauket</dc:creator>
      <dc:date>2005-12-15T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX equivalent command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947223#M795369</link>
      <description>Not an option on ls that will. Can do something like this for the same result though:&lt;BR /&gt;&lt;BR /&gt;ls -al | grep -v ^d | awk '{if ($9 != "") print $9}'</description>
      <pubDate>Thu, 15 Dec 2005 15:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-equivalent-command/m-p/4947223#M795369</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-12-15T15:17:49Z</dc:date>
    </item>
  </channel>
</rss>

