<?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: list the directory structure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195643#M652897</link>
    <description>Hi Venkat ,&lt;BR /&gt;&lt;BR /&gt;It is simple !!! The first command which we learn in Unix - ls  :)&lt;BR /&gt;&lt;BR /&gt;ls -R&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
    <pubDate>Thu, 27 Aug 2009 14:37:59 GMT</pubDate>
    <dc:creator>SoorajCleris</dc:creator>
    <dc:date>2009-08-27T14:37:59Z</dc:date>
    <item>
      <title>list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195636#M652890</link>
      <description>Hi Guys,&lt;BR /&gt;          How to list the entire directory structure/files with the permissions in hpux box..&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Venkat</description>
      <pubDate>Thu, 27 Aug 2009 08:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195636#M652890</guid>
      <dc:creator>vekatesan</dc:creator>
      <dc:date>2009-08-27T08:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195637#M652891</link>
      <description>You could use: ll -R</description>
      <pubDate>Thu, 27 Aug 2009 08:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195637#M652891</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-27T08:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195638#M652892</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#ll -R &lt;BR /&gt;&lt;BR /&gt; or&lt;BR /&gt;&lt;BR /&gt;#lsr&lt;BR /&gt;&lt;BR /&gt;Note that it will list with respect to your curreent directory...&lt;BR /&gt;&lt;BR /&gt;Reagrds,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Thu, 27 Aug 2009 08:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195638#M652892</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-27T08:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195639#M652893</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;ls -lrt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Thu, 27 Aug 2009 08:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195639#M652893</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-08-27T08:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195640#M652894</link>
      <description>&lt;!--!*#--&gt;      man ls&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ls -lrt&lt;BR /&gt;&lt;BR /&gt;Note that "-r" and "-R" are not equivalent.&lt;BR /&gt;Welcome to UNIX.&lt;BR /&gt;&lt;BR /&gt;And why "t"?  Who asked for that?</description>
      <pubDate>Thu, 27 Aug 2009 13:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195640#M652894</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-27T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195641#M652895</link>
      <description>just try&lt;BR /&gt;&lt;BR /&gt;ls -R /&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Aug 2009 13:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195641#M652895</guid>
      <dc:creator>Roopesh Francis_1</dc:creator>
      <dc:date>2009-08-27T13:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195642#M652896</link>
      <description>I also use:&lt;BR /&gt;&lt;BR /&gt; find . -exec ls -l {} \;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2009 14:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195642#M652896</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2009-08-27T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195643#M652897</link>
      <description>Hi Venkat ,&lt;BR /&gt;&lt;BR /&gt;It is simple !!! The first command which we learn in Unix - ls  :)&lt;BR /&gt;&lt;BR /&gt;ls -R&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Thu, 27 Aug 2009 14:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195643#M652897</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-08-27T14:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195644#M652898</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] The first command which we learn in&lt;BR /&gt;&amp;gt; Unix - ls :)&lt;BR /&gt;&lt;BR /&gt;Perhaps the first command "we" _should_ learn&lt;BR /&gt;is "man".&lt;BR /&gt;&lt;BR /&gt;I find it a little scary that anyone would&lt;BR /&gt;even ask this question.</description>
      <pubDate>Thu, 27 Aug 2009 16:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195644#M652898</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-27T16:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195645#M652899</link>
      <description>&amp;gt;&amp;gt; I find it a little scary that anyone would&lt;BR /&gt;even ask this question.&lt;BR /&gt;&lt;BR /&gt;What is really scary is that someone marks up HPUX and sundry as "My area(s) of expertise" and still ask that question.&lt;BR /&gt;&lt;BR /&gt;So let's just assume that it the Venkat knows his stuff, but failed to communicate the real question.&lt;BR /&gt;&lt;BR /&gt;Venkat, "What problem are you trying to solve" ?&lt;BR /&gt;When you list the directory structures and files, what are you going to do with it?&lt;BR /&gt;How will you need to present it or subsequently query this?&lt;BR /&gt;Do you need to convey 'depth' or other file attributes, besides the permissions mentioned? For example the owner is needed to make the permissions make sense.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90689/ls.1.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90689/ls.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Aug 2009 17:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195645#M652899</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-08-27T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195646#M652900</link>
      <description>&lt;!--!*#--&gt;coool guys...at present i don't have a machine to try this, thats why i asked... actually i need this information to write some script...&lt;BR /&gt;&lt;BR /&gt;           just for some R&amp;amp;D,after succeeding that i will let u know guys...&lt;BR /&gt;&lt;BR /&gt;Thanks for you all,&lt;BR /&gt;&lt;BR /&gt;venkat</description>
      <pubDate>Fri, 28 Aug 2009 07:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195646#M652900</guid>
      <dc:creator>vekatesan</dc:creator>
      <dc:date>2009-08-28T07:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: list the directory structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195647#M652901</link>
      <description>&lt;!--!*#--&gt;  just for some R&amp;amp;D,after succeeding that i will let u know guys...&lt;BR /&gt;&lt;BR /&gt;Thanks for you all,&lt;BR /&gt;&lt;BR /&gt;venkat</description>
      <pubDate>Fri, 28 Aug 2009 07:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-the-directory-structure/m-p/5195647#M652901</guid>
      <dc:creator>vekatesan</dc:creator>
      <dc:date>2009-08-28T07:16:26Z</dc:date>
    </item>
  </channel>
</rss>

