<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038472#M906483</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds as though you are including wildcard characters (? or *) in filename.&lt;BR /&gt;&lt;BR /&gt;When you do that you either have to quote the whole string, something like:&lt;BR /&gt;&lt;BR /&gt;find . -name "wild*card"&lt;BR /&gt;&lt;BR /&gt;or 'quote' the wildcard character:&lt;BR /&gt;&lt;BR /&gt;find . -name wild\*card&lt;BR /&gt;&lt;BR /&gt;Regar</description>
    <pubDate>Thu, 31 Jul 2003 14:03:27 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2003-07-31T14:03:27Z</dc:date>
    <item>
      <title>find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038467#M906478</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;when I'm running find as a normal user in csh I get the error message:&lt;BR /&gt;find: cannot open xxxx&lt;BR /&gt;find / -name filename -print 2&amp;gt;/dev/null returns me the error:&lt;BR /&gt;missing conjunction&lt;BR /&gt;any idea?</description>
      <pubDate>Thu, 31 Jul 2003 13:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038467#M906478</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-07-31T13:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038468#M906479</link>
      <description>qoute your wildcard characters</description>
      <pubDate>Thu, 31 Jul 2003 13:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038468#M906479</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-07-31T13:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038469#M906480</link>
      <description>Ionut,&lt;BR /&gt;&lt;BR /&gt;Interesting - I just tried it with ksh and got no  errors. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 13:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038469#M906480</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-31T13:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038470#M906481</link>
      <description>Ionut,&lt;BR /&gt;&lt;BR /&gt;Actually, I just switched to csh and got no errors, either.  Strange!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 14:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038470#M906481</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-31T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038471#M906482</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Put:&lt;BR /&gt;&lt;BR /&gt;find / -name "filename" -print&lt;BR /&gt;or&lt;BR /&gt;find / -name 'filename' -print&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 31 Jul 2003 14:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038471#M906482</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2003-07-31T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038472#M906483</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds as though you are including wildcard characters (? or *) in filename.&lt;BR /&gt;&lt;BR /&gt;When you do that you either have to quote the whole string, something like:&lt;BR /&gt;&lt;BR /&gt;find . -name "wild*card"&lt;BR /&gt;&lt;BR /&gt;or 'quote' the wildcard character:&lt;BR /&gt;&lt;BR /&gt;find . -name wild\*card&lt;BR /&gt;&lt;BR /&gt;Regar</description>
      <pubDate>Thu, 31 Jul 2003 14:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038472#M906483</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-07-31T14:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038473#M906484</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It sounds as though you are including wildcard characters (? or *) in filename.&lt;BR /&gt;&lt;BR /&gt;When you do that you either have to quote the whole string, something like:&lt;BR /&gt;&lt;BR /&gt;find . -name "wild*card"&lt;BR /&gt;&lt;BR /&gt;or 'quote' the wildcard character:&lt;BR /&gt;&lt;BR /&gt;find . -name wild\*card&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Thu, 31 Jul 2003 14:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038473#M906484</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-07-31T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038474#M906485</link>
      <description>Missing conjunction error normally appears when you specify -name option without a quot:&lt;BR /&gt;&lt;BR /&gt;# find ..options ...-name 'filename' -print</description>
      <pubDate>Thu, 31 Jul 2003 14:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038474#M906485</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-07-31T14:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038475#M906486</link>
      <description>One or more thinks may be confusing the issue/wrong!!&lt;BR /&gt;&lt;BR /&gt; 1 - You MUST be using ksh or sh otherwise the 2&amp;gt;/dev/null will fail.  If you are using csh or tcsh then 2&amp;gt;/dev/null will not help (no such thing as std err in C-shell)&lt;BR /&gt; 2 - No need for the -print, but it will not hurt&lt;BR /&gt; 3 - put a backslash before wild cards&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 31 Jul 2003 14:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038475#M906486</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-31T14:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038476#M906487</link>
      <description>It doesn' work!! On all machines I have tried is the same. I always re-direct the output to a file I delete after, cause I cannot get rid of the cannot open xxxx messages. with ksh is ok but in csh is always the same problem!</description>
      <pubDate>Thu, 31 Jul 2003 14:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038476#M906487</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-07-31T14:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038477#M906488</link>
      <description>cannot oper xxxx means no permissions on that dir...&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 31 Jul 2003 14:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038477#M906488</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-31T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038478#M906489</link>
      <description>Ionut,&lt;BR /&gt;&lt;BR /&gt;How about a work-around then:&lt;BR /&gt;&lt;BR /&gt;find / -name filename -print |grep -v 'cannot'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 14:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038478#M906489</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-31T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038479#M906490</link>
      <description>Ionut,&lt;BR /&gt;&lt;BR /&gt;Disregard, that doen't work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 14:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038479#M906490</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-31T14:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038480#M906491</link>
      <description>Hi,&lt;BR /&gt;as already said, C-shell does not have any redirection control of standard error. Hence C-shell does not understand the "2&amp;gt;"??; it believes this to be an option to the "find" command.&lt;BR /&gt;I think it will correspond this in sh:&lt;BR /&gt;# find . -name plut -print 2&lt;BR /&gt;which will produce a similar error message.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 14:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038480#M906491</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-07-31T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038481#M906492</link>
      <description>Ionut,&lt;BR /&gt;run your find command in a subshell like this:&lt;BR /&gt;(find / -name filename &amp;gt;`tty`) &amp;gt;&amp;amp;/dev/null&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Michael.</description>
      <pubDate>Thu, 31 Jul 2003 15:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038481#M906492</guid>
      <dc:creator>Michael Kelly_5</dc:creator>
      <dc:date>2003-07-31T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: find question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038482#M906493</link>
      <description>Thanx a lot Michael - that was the right one!&lt;BR /&gt;case closed</description>
      <pubDate>Thu, 31 Jul 2003 15:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/find-question/m-p/3038482#M906493</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-07-31T15:10:28Z</dc:date>
    </item>
  </channel>
</rss>

