<?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: Find in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374825#M869062</link>
    <description>&lt;BR /&gt;Generally . (dot) used to notify the current directory there.&lt;BR /&gt;&lt;BR /&gt;We can identify the /home/muthu as,&lt;BR /&gt;&lt;BR /&gt;/home/./muthu too. It is like the file name with current directory ./filename as like to refer the file which is located on root as /filename.&lt;BR /&gt;&lt;BR /&gt;$dir --&amp;gt; $dir/ --&amp;gt; $dir/./ are same on command execution&lt;BR /&gt;&lt;BR /&gt;We can use / or /./ to notify the root directory.&lt;BR /&gt;&lt;BR /&gt;If you do ls as,&lt;BR /&gt;&lt;BR /&gt;ls -al /app/dev49i/csv/./inqload/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;It will be indicating same file there. It is just notation used to include current directory there.</description>
    <pubDate>Wed, 08 Sep 2004 11:55:05 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-09-08T11:55:05Z</dc:date>
    <item>
      <title>Find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374821#M869058</link>
      <description>Hi , &lt;BR /&gt;I am having a file csvinv.dat under /app/dev49i/csv/inqload/csvinv.dat directory.&lt;BR /&gt;But while using find command I get following output.Can anyone help on this.&lt;BR /&gt;&lt;BR /&gt;$ pwd&lt;BR /&gt;/app/dev49i&lt;BR /&gt;$ find /app/dev49i/ -name csvinv.dat -print&lt;BR /&gt;Give no putput&lt;BR /&gt;$ find /app/dev49i/. -name csvinv.dat -print&lt;BR /&gt;One dot after dev49i shows o/p as below...&lt;BR /&gt;&lt;BR /&gt;/app/dev49i/./csv/inqload/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;$ ls -al /app/dev49i/csv/inqload/csvinv.dat&lt;BR /&gt;-rwxr-xr-x   1 iefit      dba          99665 Aug 14 15:56 /app/dev49i/csv/inqloa&lt;BR /&gt;d/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bapatvin</description>
      <pubDate>Wed, 08 Sep 2004 11:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374821#M869058</guid>
      <dc:creator>Vinayak_6</dc:creator>
      <dc:date>2004-09-08T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374822#M869059</link>
      <description>Remove the trailing /&lt;BR /&gt;&lt;BR /&gt;find /app/dev49i -name csvinv.dat -print&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 11:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374822#M869059</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-08T11:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374823#M869060</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;No it's not working in that way.I dont think it's anything wrong with cmd..Something strange.Does fsck/unmounting the file system will help...&lt;BR /&gt;&lt;BR /&gt;Experts pls advice.</description>
      <pubDate>Wed, 08 Sep 2004 11:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374823#M869060</guid>
      <dc:creator>Vinayak_6</dc:creator>
      <dc:date>2004-09-08T11:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374824#M869061</link>
      <description>Well...that is strange, I just re-sreated it on my workstation:&lt;BR /&gt;&lt;BR /&gt;mkdir -p /app/dev49i/csv/inqload&lt;BR /&gt;&lt;BR /&gt;touch /app/dev49i/csv/inqload/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;cd /app/dev49i&lt;BR /&gt;&lt;BR /&gt;find /app/dev49i -name csvinv.dat -print&lt;BR /&gt;/app/dev49i/csv/inqload/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ls -al /app/dev49i/csv/inqload/csvinv.dat&lt;BR /&gt;-rw-r--r--   1 root       sys              0 Sep  8 10:45 /app/dev49i/csv/inqload/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;Which shell are you using?&lt;BR /&gt;&lt;BR /&gt;env |grep SHELL&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 11:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374824#M869061</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-08T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374825#M869062</link>
      <description>&lt;BR /&gt;Generally . (dot) used to notify the current directory there.&lt;BR /&gt;&lt;BR /&gt;We can identify the /home/muthu as,&lt;BR /&gt;&lt;BR /&gt;/home/./muthu too. It is like the file name with current directory ./filename as like to refer the file which is located on root as /filename.&lt;BR /&gt;&lt;BR /&gt;$dir --&amp;gt; $dir/ --&amp;gt; $dir/./ are same on command execution&lt;BR /&gt;&lt;BR /&gt;We can use / or /./ to notify the root directory.&lt;BR /&gt;&lt;BR /&gt;If you do ls as,&lt;BR /&gt;&lt;BR /&gt;ls -al /app/dev49i/csv/./inqload/csvinv.dat&lt;BR /&gt;&lt;BR /&gt;It will be indicating same file there. It is just notation used to include current directory there.</description>
      <pubDate>Wed, 08 Sep 2004 11:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374825#M869062</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-08T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374826#M869063</link>
      <description>Hi , &lt;BR /&gt;&lt;BR /&gt;OK O got it .&lt;BR /&gt;It's symbolic link.I thought it before also.&lt;BR /&gt;It's working with this command ,&lt;BR /&gt;&lt;BR /&gt;find /app/dev49i -follow -name csvinv.dat -print&lt;BR /&gt;&lt;BR /&gt;Thks&lt;BR /&gt;&lt;BR /&gt;Bapatvin</description>
      <pubDate>Wed, 08 Sep 2004 11:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find/m-p/3374826#M869063</guid>
      <dc:creator>Vinayak_6</dc:creator>
      <dc:date>2004-09-08T11:58:47Z</dc:date>
    </item>
  </channel>
</rss>

