<?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: About the find string in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375222#M196331</link>
    <description>There characters like * are wild card and we have to delimit it with \ or put in quotes on shell.&lt;BR /&gt;&lt;BR /&gt;You can get it as,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find /home/EDP -type f -name \*.tmp &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;find /home/EDP -type f -name "*.tmp"&lt;BR /&gt;&lt;BR /&gt;- Muthu&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Sep 2004 23:22:32 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-09-08T23:22:32Z</dc:date>
    <item>
      <title>About the find string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375218#M196327</link>
      <description>I try the below find command , I want to find all the files the extension is .tmp , it seems not allow to use the -name *.tmp , could suggest what can I do ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find /home/EDP -type f -name *.tmp</description>
      <pubDate>Wed, 08 Sep 2004 20:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375218#M196327</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-09-08T20:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: About the find string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375219#M196328</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;find /home/EDP -type f -name "*.tmp"&lt;BR /&gt;&lt;BR /&gt;You need the double quotes so the shell expands the wildcard and doesn't treat it as a literal&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 08 Sep 2004 20:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375219#M196328</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-09-08T20:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: About the find string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375220#M196329</link>
      <description>Correct you need to use doublequotes to manipulate some special cases while using wildcards.&lt;BR /&gt;so use &lt;BR /&gt;#find /home/EDP -type f -name "*.tmp" where "*.tmp" will cover all the files which has .tmp at the end of the filename.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Wed, 08 Sep 2004 22:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375220#M196329</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-08T22:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: About the find string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375221#M196330</link>
      <description>yes close it into strings "" or ''&lt;BR /&gt;you can chaing the query if you want to find more &lt;BR /&gt;&lt;BR /&gt;find . -name "*.txt" -name "*.log"&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 23:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375221#M196330</guid>
      <dc:creator>Petr Simik_1</dc:creator>
      <dc:date>2004-09-08T23:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: About the find string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375222#M196331</link>
      <description>There characters like * are wild card and we have to delimit it with \ or put in quotes on shell.&lt;BR /&gt;&lt;BR /&gt;You can get it as,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find /home/EDP -type f -name \*.tmp &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;find /home/EDP -type f -name "*.tmp"&lt;BR /&gt;&lt;BR /&gt;- Muthu&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Sep 2004 23:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-the-find-string/m-p/3375222#M196331</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-08T23:22:32Z</dc:date>
    </item>
  </channel>
</rss>

