<?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: A total list of all my directories and files .... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752114#M656567</link>
    <description>let me try again ...</description>
    <pubDate>Sun, 13 Feb 2011 02:07:17 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2011-02-13T02:07:17Z</dc:date>
    <item>
      <title>A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752107#M656560</link>
      <description>Hi, how can i get a total list of my files and directories under this format:&lt;BR /&gt;(please see the name of the directory or file, it contains "/"  full path.&lt;BR /&gt;&lt;BR /&gt;drwxrwxrwt  57 root       root        434176 Feb 12 20:23 /tmp&lt;BR /&gt;drwx------   9 root       sys           8192 Feb 12 18:01 /root&lt;BR /&gt;drwx------   9 root       sys           8192 Feb 12 18:01 /root/directories&lt;BR /&gt;&lt;BR /&gt;if i run $ ls -lRatd /* i only get the information in first level ..i need ALL i have in my server .. thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Feb 2011 01:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752107#M656560</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-02-13T01:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752108#M656561</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try without the d ? is that what you need ?&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Wout</description>
      <pubDate>Sun, 13 Feb 2011 01:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752108#M656561</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2011-02-13T01:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752109#M656562</link>
      <description>no,it does not work ..&lt;BR /&gt;&lt;BR /&gt;i need this output of all files and directories into the server:&lt;BR /&gt;drwx------ 9 root sys 8192 Feb 12 18:01 /root&lt;BR /&gt;&lt;BR /&gt;see the last filed, it contains "/" ...&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Feb 2011 01:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752109#M656562</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-02-13T01:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752110#M656563</link>
      <description># find / -exec ls -l {} \;</description>
      <pubDate>Sun, 13 Feb 2011 01:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752110#M656563</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2011-02-13T01:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752111#M656564</link>
      <description>let me try .. hold on ...</description>
      <pubDate>Sun, 13 Feb 2011 01:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752111#M656564</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-02-13T01:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752112#M656565</link>
      <description>no, it did not work, it woks in some lines ..&lt;BR /&gt;some lines do not contain the full path and other yes ....&lt;BR /&gt;&lt;BR /&gt;i need all files and directories contain full path in thelast field after running "ls  -l" for ALL the files under "/"</description>
      <pubDate>Sun, 13 Feb 2011 01:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752112#M656565</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-02-13T01:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752113#M656566</link>
      <description>myes, sorry, that will be the plain -l.&lt;BR /&gt;&lt;BR /&gt;try and add a d ? &lt;BR /&gt;&lt;BR /&gt;# find / -exec ls -ld {} \;</description>
      <pubDate>Sun, 13 Feb 2011 02:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752113#M656566</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2011-02-13T02:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752114#M656567</link>
      <description>let me try again ...</description>
      <pubDate>Sun, 13 Feb 2011 02:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752114#M656567</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-02-13T02:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: A total list of all my directories and files ....</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752115#M656568</link>
      <description>It worked !! thank you so much ... :0)</description>
      <pubDate>Sun, 13 Feb 2011 03:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-total-list-of-all-my-directories-and-files/m-p/4752115#M656568</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-02-13T03:03:08Z</dc:date>
    </item>
  </channel>
</rss>

