<?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: list file difference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084063#M441122</link>
    <description>Can you show a few examples?&lt;BR /&gt;*.tmp  This will show all files AND directories with *.tmp.  If no directories, you just see the files.&lt;BR /&gt;&lt;BR /&gt;*tmp will show all files AND directories with *tmp.  If it finds directories, then subdirectory contents are listed too.  If you want to stop that, use: ls -d *tmp&lt;BR /&gt;&lt;BR /&gt;If you want to go all the way down (to the bottom turtle :-), add -R.</description>
    <pubDate>Thu, 13 Dec 2007 04:13:31 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-12-13T04:13:31Z</dc:date>
    <item>
      <title>list file difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084061#M441120</link>
      <description>I have a directory eg. /tmp/ , there is many .tmp , I try to use "ls *.tmp" , it can show all .tmp files normally , it works fine. but if I use "ls *tmp" , then it not only show the files in /tmp , but also show all files in the SUBDIRECTORY of /tmp , what is difference of these command ? or there is problem in my system ? thx</description>
      <pubDate>Thu, 13 Dec 2007 03:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084061#M441120</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-12-13T03:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: list file difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084062#M441121</link>
      <description>Why would you expect *.tmp and *tmp* to list the same things? The first case would also list (and expand) any directories that were named xxxxx.tmp. You simply don't have any directory names that match the pattern.&lt;BR /&gt;&lt;BR /&gt;The solution is to add the -d option. ls -d *tmp* will list the directory name but not the contents.&lt;BR /&gt;&lt;BR /&gt;A man ls would have explained this.</description>
      <pubDate>Thu, 13 Dec 2007 04:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084062#M441121</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-12-13T04:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: list file difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084063#M441122</link>
      <description>Can you show a few examples?&lt;BR /&gt;*.tmp  This will show all files AND directories with *.tmp.  If no directories, you just see the files.&lt;BR /&gt;&lt;BR /&gt;*tmp will show all files AND directories with *tmp.  If it finds directories, then subdirectory contents are listed too.  If you want to stop that, use: ls -d *tmp&lt;BR /&gt;&lt;BR /&gt;If you want to go all the way down (to the bottom turtle :-), add -R.</description>
      <pubDate>Thu, 13 Dec 2007 04:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084063#M441122</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-13T04:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: list file difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084064#M441123</link>
      <description>Simple&lt;BR /&gt;*.tmp means anything ending with .tmp&lt;BR /&gt;and&lt;BR /&gt;*tmp means anything ending with tmp&lt;BR /&gt;generally we have only files with name .tmp and not dorectory.&lt;BR /&gt;And that is I suppose is the question to your answer.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Thu, 13 Dec 2007 05:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084064#M441123</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-13T05:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: list file difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084065#M441124</link>
      <description>Thx all replies,&lt;BR /&gt;&lt;BR /&gt;I understand it.</description>
      <pubDate>Thu, 13 Dec 2007 07:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084065#M441124</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-12-13T07:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: list file difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084066#M441125</link>
      <description>&amp;gt;Thx all replies,&lt;BR /&gt;&lt;BR /&gt;Our answers weren't worth any points?  :-)&lt;BR /&gt;You can reopen this with:&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/helptips.do?#41" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/helptips.do?#41&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should at least indicate your problem was solved, with a bunny.</description>
      <pubDate>Thu, 13 Dec 2007 08:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/list-file-difference/m-p/5084066#M441125</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-12-13T08:01:52Z</dc:date>
    </item>
  </channel>
</rss>

