<?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 List Directory, Sub-Dirs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004560#M773209</link>
    <description>Hello.&lt;BR /&gt;Could you please let me know the command to list only directory name and their sub-directory names?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Sep 2006 04:42:34 GMT</pubDate>
    <dc:creator>panchpan</dc:creator>
    <dc:date>2006-09-21T04:42:34Z</dc:date>
    <item>
      <title>List Directory, Sub-Dirs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004560#M773209</link>
      <description>Hello.&lt;BR /&gt;Could you please let me know the command to list only directory name and their sub-directory names?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2006 04:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004560#M773209</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2006-09-21T04:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: List Directory, Sub-Dirs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004561#M773210</link>
      <description>Hi,&lt;BR /&gt;see &lt;BR /&gt;man find&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find &lt;PATH&gt; -type d&lt;BR /&gt;e.g.&lt;BR /&gt;find . -type d   for current dir downwards&lt;BR /&gt;find / -type d   for / dir downwards&lt;BR /&gt;&lt;/PATH&gt;</description>
      <pubDate>Thu, 21 Sep 2006 04:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004561#M773210</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-09-21T04:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: List Directory, Sub-Dirs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004562#M773211</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to search in say /dir1 then use&lt;BR /&gt;find /dir1 -type d&lt;BR /&gt;This should list all dirs and sub dirs under /dir1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Thu, 21 Sep 2006 04:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004562#M773211</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-09-21T04:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: List Directory, Sub-Dirs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004563#M773212</link>
      <description>Thank you so much for your help and time.</description>
      <pubDate>Thu, 21 Sep 2006 04:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004563#M773212</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2006-09-21T04:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: List Directory, Sub-Dirs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004564#M773213</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ex: list the directories and subdirectories of the "test" folder&lt;BR /&gt;&lt;BR /&gt;'find /test -type d'&lt;BR /&gt;&lt;BR /&gt;This will display directories and subdirectories of the test folder.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sudhakaran.K</description>
      <pubDate>Thu, 21 Sep 2006 04:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004564#M773213</guid>
      <dc:creator>sudhapage</dc:creator>
      <dc:date>2006-09-21T04:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Directory, Sub-Dirs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004565#M773214</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;ls -l | grep ^d&lt;BR /&gt;&lt;BR /&gt;Best Regards</description>
      <pubDate>Thu, 21 Sep 2006 06:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-directory-sub-dirs/m-p/5004565#M773214</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2006-09-21T06:53:51Z</dc:date>
    </item>
  </channel>
</rss>

