<?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: Directory tree in HP-UX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097595#M92407</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;If you have found a solution, please assign points and close this thread. Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 08 Nov 2007 07:27:35 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-11-08T07:27:35Z</dc:date>
    <item>
      <title>Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097589#M92401</link>
      <description>Hi everybody,&lt;BR /&gt;do you know any UNIX hp-ux (B.11.11) command in order to get the Directory tree, like TREE command in CMD (Windows)?</description>
      <pubDate>Mon, 05 Nov 2007 17:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097589#M92401</guid>
      <dc:creator>Christian Aguilar Varga</dc:creator>
      <dc:date>2007-11-05T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097590#M92402</link>
      <description>It's not pretty but you can use the -R option to ls or ll.</description>
      <pubDate>Mon, 05 Nov 2007 17:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097590#M92402</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-11-05T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097591#M92403</link>
      <description>There is a utility called pstree which is available from the HP-UX Porting and Archive Centre that will produce a postscript file describing a current directory and its tree. Yon can then send that output to a postscript printer or a postscript viewer.</description>
      <pubDate>Mon, 05 Nov 2007 17:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097591#M92403</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-05T17:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097592#M92404</link>
      <description>Another rather easy approach would be to use Perl's File::Find module. It should be rather easy to keep up with the level of recurion and indent appropriately.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 18:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097592#M92404</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-05T18:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097593#M92405</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yet another Perl approach could be to create a subroutine that calls 'readdir()' to read a directory.  As subordinate directories are encountered, recursively call the subroutine, each time increasing the tree's indentation.   TMTOWTDI.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 05 Nov 2007 19:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097593#M92405</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-05T19:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097594#M92406</link>
      <description>HI,&lt;BR /&gt;you can use the attached script. No additional SW is required.&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 07 Nov 2007 03:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097594#M92406</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-11-07T03:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Directory tree in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097595#M92407</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;If you have found a solution, please assign points and close this thread. Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 08 Nov 2007 07:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/directory-tree-in-hp-ux/m-p/4097595#M92407</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-08T07:27:35Z</dc:date>
    </item>
  </channel>
</rss>

