<?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: dot files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225558#M467640</link>
    <description>&amp;gt;Patrick: find /startdir -name ".[a-zA-Z0-9]*"&lt;BR /&gt;&lt;BR /&gt;Or use the following to exclude the ".": -name ".[!.]*"&lt;BR /&gt;&lt;BR /&gt;This won't find "..abc".  To get those:&lt;BR /&gt;\( -name ".[!.]*" -o -name "..?*" \)</description>
    <pubDate>Wed, 17 Feb 2010 16:08:38 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-02-17T16:08:38Z</dc:date>
    <item>
      <title>dot files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225554#M467636</link>
      <description>How to list all files that start whit a dot ( ex .aj .cshrc etc ) from one directories and is sub-directories&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 15:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225554#M467636</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2010-02-17T15:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: dot files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225555#M467637</link>
      <description>find /startdir -name ".*"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 17 Feb 2010 15:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225555#M467637</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-02-17T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: dot files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225556#M467638</link>
      <description>&amp;gt;&amp;gt;find /startdir -name ".*"&lt;BR /&gt;&lt;BR /&gt;The problem there is that it'll pick up ".." as well, which is probably not wanted.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;find /startdir -name ".[a-zA-Z0-9]*"&lt;BR /&gt;&lt;BR /&gt;The above will find any dotfile that starts with a lower case letter, upper case letter, or a digit.</description>
      <pubDate>Wed, 17 Feb 2010 15:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225556#M467638</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-17T15:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: dot files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225557#M467639</link>
      <description>I already have  tried those options but without the ("). That was the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer ten points !!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2010 16:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225557#M467639</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2010-02-17T16:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: dot files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225558#M467640</link>
      <description>&amp;gt;Patrick: find /startdir -name ".[a-zA-Z0-9]*"&lt;BR /&gt;&lt;BR /&gt;Or use the following to exclude the ".": -name ".[!.]*"&lt;BR /&gt;&lt;BR /&gt;This won't find "..abc".  To get those:&lt;BR /&gt;\( -name ".[!.]*" -o -name "..?*" \)</description>
      <pubDate>Wed, 17 Feb 2010 16:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dot-files/m-p/5225558#M467640</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-17T16:08:38Z</dc:date>
    </item>
  </channel>
</rss>

