<?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: listing files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482278#M798871</link>
    <description>You can use :-&lt;BR /&gt;&lt;BR /&gt;find "path_of_parent_directory" -type f \( ! -name '*.doc' \)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 14 Jan 2001 17:25:00 GMT</pubDate>
    <dc:creator>AstraZeneca Unix Staff</dc:creator>
    <dc:date>2001-01-14T17:25:00Z</dc:date>
    <item>
      <title>listing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482273#M798866</link>
      <description>Hi all,&lt;BR /&gt;I have to list files of a directory and its subdirectories that are not equal to a certain extension&lt;BR /&gt;for example I have to list all files not equal to .doc&lt;BR /&gt;what kind of expressio should I use with the command find?&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Fri, 12 Jan 2001 15:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482273#M798866</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-01-12T15:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: listing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482274#M798867</link>
      <description>ll | grep -v ".doc"   will list all files that do NOT have a '.doc' in them somewhere.</description>
      <pubDate>Fri, 12 Jan 2001 15:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482274#M798867</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-12T15:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: listing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482275#M798868</link>
      <description>Forgot one option on the ll&lt;BR /&gt;&lt;BR /&gt;Do this to list current directory and all subdirectories for files without '.doc'&lt;BR /&gt;&lt;BR /&gt;ll -R | grep -v ".doc"</description>
      <pubDate>Fri, 12 Jan 2001 15:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482275#M798868</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-12T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: listing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482276#M798869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could use the find command ie:&lt;BR /&gt;&lt;BR /&gt;find . ! -name '*.doc' &lt;BR /&gt;&lt;BR /&gt;or in conjunction with ls:&lt;BR /&gt;&lt;BR /&gt;find . -type f ! -name '*.doc' -exec ls -n {} \;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 12 Jan 2001 15:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482276#M798869</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-01-12T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: listing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482277#M798870</link>
      <description>Thank you all!&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Fri, 12 Jan 2001 15:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482277#M798870</guid>
      <dc:creator>Roberto Gallis</dc:creator>
      <dc:date>2001-01-12T15:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: listing files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482278#M798871</link>
      <description>You can use :-&lt;BR /&gt;&lt;BR /&gt;find "path_of_parent_directory" -type f \( ! -name '*.doc' \)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Jan 2001 17:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/listing-files/m-p/2482278#M798871</guid>
      <dc:creator>AstraZeneca Unix Staff</dc:creator>
      <dc:date>2001-01-14T17:25:00Z</dc:date>
    </item>
  </channel>
</rss>

