<?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: I´m looking for a Command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704146#M249908</link>
    <description>Hi Bernhard,&lt;BR /&gt;thank you for this command.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ulli</description>
    <pubDate>Fri, 06 Jan 2006 07:46:47 GMT</pubDate>
    <dc:creator>billh_1</dc:creator>
    <dc:date>2006-01-06T07:46:47Z</dc:date>
    <item>
      <title>I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704144#M249906</link>
      <description>Hi,&lt;BR /&gt;I´m in a directory and search for a command&lt;BR /&gt;who show´s me only the subdirectory´s, not the&lt;BR /&gt;data files.&lt;BR /&gt;Thank You</description>
      <pubDate>Fri, 06 Jan 2006 07:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704144#M249906</guid>
      <dc:creator>billh_1</dc:creator>
      <dc:date>2006-01-06T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704145#M249907</link>
      <description>find . -type d&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Fri, 06 Jan 2006 07:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704145#M249907</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2006-01-06T07:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704146#M249908</link>
      <description>Hi Bernhard,&lt;BR /&gt;thank you for this command.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ulli</description>
      <pubDate>Fri, 06 Jan 2006 07:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704146#M249908</guid>
      <dc:creator>billh_1</dc:creator>
      <dc:date>2006-01-06T07:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704147#M249909</link>
      <description>&lt;BR /&gt;If you want to see directory information&lt;BR /&gt;&lt;BR /&gt;find . -type d -exec ls -ld  {} \;&lt;BR /&gt;&lt;BR /&gt;Rory</description>
      <pubDate>Sat, 07 Jan 2006 01:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704147#M249909</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2006-01-07T01:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704148#M249910</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;# ls -lRt | grep "^d"&lt;BR /&gt;&lt;BR /&gt;u can get only the driectory&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;tvs</description>
      <pubDate>Mon, 09 Jan 2006 03:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704148#M249910</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2006-01-09T03:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704149#M249911</link>
      <description>Try like,&lt;BR /&gt;&lt;BR /&gt;# alias subdir='find . -type d'&lt;BR /&gt;&lt;BR /&gt;so that execution of subdir will show sub directories available in the current directory.&lt;BR /&gt;&lt;BR /&gt;# subdir&lt;BR /&gt;will give sub directories now..&lt;BR /&gt;&lt;BR /&gt;Put this into /etc/profile file so that it will activated to all users.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 09 Jan 2006 03:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704149#M249911</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-09T03:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704150#M249912</link>
      <description>Hi,&lt;BR /&gt;ls -AFl|grep "^d"&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 09 Jan 2006 04:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704150#M249912</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-01-09T04:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704151#M249913</link>
      <description>Hi Billih ,&lt;BR /&gt;&lt;BR /&gt;You can do it like this also:&lt;BR /&gt;&lt;BR /&gt;$ alias showdir='ls -l | grep ^d'&lt;BR /&gt;$ showdir &lt;BR /&gt;&lt;BR /&gt;( It will list all the directories under your current directory)&lt;BR /&gt;&lt;BR /&gt;You can also put it in .profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy,&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 09 Jan 2006 15:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704151#M249913</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-09T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704152#M249914</link>
      <description>alias lsd='ls -la | grep ^d'&lt;BR /&gt;&lt;BR /&gt;BTW, Timothy Leary has been gone for awhile now...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2006 15:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704152#M249914</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-01-09T15:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: I´m looking for a Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704153#M249915</link>
      <description>Hi All,&lt;BR /&gt;it0s enough,OK ok.&lt;BR /&gt;Thank You for your work and thinking.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Ulli Billhofer</description>
      <pubDate>Tue, 10 Jan 2006 02:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-m-looking-for-a-command/m-p/3704153#M249915</guid>
      <dc:creator>billh_1</dc:creator>
      <dc:date>2006-01-10T02:30:12Z</dc:date>
    </item>
  </channel>
</rss>

