<?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: Can't read answers to my question or assign points in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463634#M15045</link>
    <description>Never mind.   Found if hit reload button the answers will come up.   Must have something to do with our company caching web pages since it did it on two separate systems.</description>
    <pubDate>Thu, 09 Nov 2000 20:01:10 GMT</pubDate>
    <dc:creator>Greg Roberts</dc:creator>
    <dc:date>2000-11-09T20:01:10Z</dc:date>
    <item>
      <title>Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463631#M15042</link>
      <description>I can read other peoples Q&amp;amp;A but I can't read mine.   Tried an other sun and win95, both netscape and IE5.    Tried logging in and logging off forum.   Any suggestions.   Of course I won't be able to read the answers.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 09 Nov 2000 19:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463631#M15042</guid>
      <dc:creator>Greg Roberts</dc:creator>
      <dc:date>2000-11-09T19:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463632#M15043</link>
      <description>I have some problems submitting.... i just submit them twice and they appear.&lt;BR /&gt;..... TWICE&lt;BR /&gt;Can you read this message????</description>
      <pubDate>Thu, 09 Nov 2000 19:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463632#M15043</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-09T19:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463633#M15044</link>
      <description>I can read this.   I had a question about deleting files with 10 responses but can read any.   Can someone maybe copy them to this??</description>
      <pubDate>Thu, 09 Nov 2000 19:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463633#M15044</guid>
      <dc:creator>Greg Roberts</dc:creator>
      <dc:date>2000-11-09T19:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463634#M15045</link>
      <description>Never mind.   Found if hit reload button the answers will come up.   Must have something to do with our company caching web pages since it did it on two separate systems.</description>
      <pubDate>Thu, 09 Nov 2000 20:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463634#M15045</guid>
      <dc:creator>Greg Roberts</dc:creator>
      <dc:date>2000-11-09T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463635#M15046</link>
      <description>You can put these lines on a script: &lt;BR /&gt;&lt;BR /&gt;find /tmp/reck -type f -exec ls -al {} ; &lt;BR /&gt;echo done &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which means recursively find on /tmp/reck all regular&lt;BR /&gt;files and delete them and echo done...........enjoy &lt;BR /&gt;&lt;BR /&gt;Don't forget to put a backslash before the semicolon on the first line of the script.&lt;BR /&gt;The backslash character does not display here.&lt;BR /&gt;&lt;BR /&gt;-fnhalili</description>
      <pubDate>Thu, 09 Nov 2000 20:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463635#M15046</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-09T20:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463636#M15047</link>
      <description>You can put these lines on a script: &lt;BR /&gt;&lt;BR /&gt;find /tmp/reck -type f -exec ls -al {} ; &lt;BR /&gt;echo done &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which means recursively find on /tmp/reck all regular&lt;BR /&gt;files and delete them and echo done...........enjoy &lt;BR /&gt;&lt;BR /&gt;Don't forget to put a backslash before the semicolon on the first line of the script.&lt;BR /&gt;The backslash character does not display here.&lt;BR /&gt;&lt;BR /&gt;-fnhalili</description>
      <pubDate>Thu, 09 Nov 2000 20:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463636#M15047</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2000-11-09T20:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463637#M15048</link>
      <description>See attached file (hopefully!!!!!)&lt;BR /&gt;&lt;BR /&gt;Mo</description>
      <pubDate>Thu, 09 Nov 2000 20:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463637#M15048</guid>
      <dc:creator>Maureen Gunkel</dc:creator>
      <dc:date>2000-11-09T20:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't read answers to my question or assign points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463638#M15049</link>
      <description>to get the \ you have to press  \ twice.&lt;BR /&gt;&lt;BR /&gt;So what you want is &lt;BR /&gt;&lt;BR /&gt;find /directory -type f -exec rm {}\;&lt;BR /&gt;&lt;BR /&gt;Cheers, &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2000 20:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-read-answers-to-my-question-or-assign-points/m-p/2463638#M15049</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-09T20:08:02Z</dc:date>
    </item>
  </channel>
</rss>

