<?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 How do I find the softlinks to an specific directory? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684373#M658734</link>
    <description>I just need to know wich directories are softlinks to my specific directory.</description>
    <pubDate>Wed, 08 Sep 2010 02:43:39 GMT</pubDate>
    <dc:creator>Finding softlinks to a</dc:creator>
    <dc:date>2010-09-08T02:43:39Z</dc:date>
    <item>
      <title>How do I find the softlinks to an specific directory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684373#M658734</link>
      <description>I just need to know wich directories are softlinks to my specific directory.</description>
      <pubDate>Wed, 08 Sep 2010 02:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684373#M658734</guid>
      <dc:creator>Finding softlinks to a</dc:creator>
      <dc:date>2010-09-08T02:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find the softlinks to an specific directory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684374#M658735</link>
      <description>&lt;!--!*#--&gt;So far as I know, symbolic links are one-way.&lt;BR /&gt;The file being linked to has no info about&lt;BR /&gt;who might be pointing to it.  "find" can find&lt;BR /&gt;symbolic links:&lt;BR /&gt;&lt;BR /&gt;      man find&lt;BR /&gt;&lt;BR /&gt;Look for "-type" (and "l").&lt;BR /&gt;&lt;BR /&gt;Sifting through the resulting mess may&lt;BR /&gt;require a little work, too, depending on how&lt;BR /&gt;many of the things you have.</description>
      <pubDate>Wed, 08 Sep 2010 03:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684374#M658735</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-08T03:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find the softlinks to an specific directory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684375#M658736</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;find / -xdev -type l -exec ll {} \; | awk '{printf("%s -&amp;gt; %s\n",$9,$11)}' &lt;BR /&gt;&lt;BR /&gt;... you could filter the output through grep to find something specific.  Or you could do summat clever with the awk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2010 03:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684375#M658736</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-08T03:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I find the softlinks to an specific directory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684376#M658737</link>
      <description>Here is a thread where this was asked before:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1260358" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1260358&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the symlinks were relative, that would be harder to check.</description>
      <pubDate>Wed, 08 Sep 2010 04:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-find-the-softlinks-to-an-specific-directory/m-p/4684376#M658737</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-08T04:48:31Z</dc:date>
    </item>
  </channel>
</rss>

