<?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: Cut &amp;amp; Paste problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395452#M863237</link>
    <description>Thanks Bill.  This fixed my problem :)&lt;BR /&gt;If only I had known this back in 1997 :)&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2004 08:54:15 GMT</pubDate>
    <dc:creator>Richard Allen</dc:creator>
    <dc:date>2004-10-19T08:54:15Z</dc:date>
    <item>
      <title>Cut &amp; Paste problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395448#M863233</link>
      <description>I've been having a cut &amp;amp; paste problem on HP-UX for years now which appear as follows:&lt;BR /&gt;&lt;BR /&gt;If I select lots of text and paste it, the resluting paste is only just part of what I selected and often garbled somehow.&lt;BR /&gt;Over the years I've got used to not selecting to much at a time and that works for me, but sometimes copying large amounts of text this way can be troublesome.&lt;BR /&gt;&lt;BR /&gt;I see this problem when working on X terminals (Envizex), My Linuxboxes or Windows running some X emulators.&lt;BR /&gt;&lt;BR /&gt;It does not matter where I run the xterms.  I can run it on my Linux box and ssh (I've tested telnet and rlogin also) to the HP-UX box and then I get the problem.&lt;BR /&gt;I can run the xterms on the HP-UX boxes, displaying on my local box and the problem is apparent.&lt;BR /&gt;&lt;BR /&gt;Now if I use the xterms locally on Linux I can paste what I select every time.&lt;BR /&gt;&lt;BR /&gt;Does anyone have an Idea on whats going on and how to fix ?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Oct 2004 08:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395448#M863233</guid>
      <dc:creator>Richard Allen</dc:creator>
      <dc:date>2004-10-07T08:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cut &amp; Paste problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395449#M863234</link>
      <description>Nope.  I have the same problem.  I overcame it by using file transfer programs. &lt;BR /&gt;&lt;BR /&gt;I edit a hpux file.  I want to cut 20,000 lines out of it and paste it into msword on my pc.....&lt;BR /&gt;&lt;BR /&gt;1.  vi file&lt;BR /&gt;2.  :100,20100w junkfile.txt&lt;BR /&gt;3.  :q!&lt;BR /&gt;4.  ftp junkfile.txt to my pc.&lt;BR /&gt;5.  open msword&lt;BR /&gt;6.  read in file c:\tmp\junkfile.txt&lt;BR /&gt;&lt;BR /&gt;Now for the opposite&lt;BR /&gt;1. I am in msword&lt;BR /&gt;2. I save 20,000 lines to file c:\tmp\junkfile.txt&lt;BR /&gt;3. I ftp c:\tmp\junkfile.txt to &lt;BR /&gt;myhpuxbox:/bigdisk/junkfile.txt&lt;BR /&gt;4. I vi file /bigdisk/my_target_file&lt;BR /&gt;5. I go to line 12304 (just for kicks)&lt;BR /&gt;  That's command 12304G&lt;BR /&gt;6. I read in junkfile.txt to link&lt;BR /&gt;12304 via with this command.....&lt;BR /&gt;: r junkfile.txt&lt;BR /&gt;&lt;BR /&gt;PS:  you would probably get more responses if you assigned ANY points to the reponses you have recieved.  Click on your own name.  Based on your track record (no points), you'll never read this anyway.  I'm just ramblin away to a non-existant author.  An author who put in a question but never bothered to see if anyone answered......&lt;BR /&gt;&lt;BR /&gt;besides, I only guessing that you are using vi.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Oct 2004 07:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395449#M863234</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-10-08T07:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cut &amp; Paste problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395450#M863235</link>
      <description>The problem is the default stty settings that HP has used in login profiles. It is missing the ixoff option. stty ixoff will fix your problem. It is also missing -parity so my stty values for all users (I put it into /etc/profile and /etc/csh.login:&lt;BR /&gt; &lt;BR /&gt;/sbin/stty erase "^H" kill "^U" intr "^C" eof "^D" -parity ixoff&lt;BR /&gt; &lt;BR /&gt;-parity takes care of (obsolete) parity problems with serial ports and ixoff activates receive pacing. What this means is that when the destination is too busy to accept more characters, it will send the XOFF character (serial lines) or signal the sender to wait (telnet, ssh, etc).</description>
      <pubDate>Fri, 08 Oct 2004 08:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395450#M863235</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-08T08:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cut &amp; Paste problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395451#M863236</link>
      <description>Ah  the REAL reason why I browse these forums:  Answers, not points.  Thank you Bill.</description>
      <pubDate>Fri, 08 Oct 2004 08:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395451#M863236</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-10-08T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cut &amp; Paste problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395452#M863237</link>
      <description>Thanks Bill.  This fixed my problem :)&lt;BR /&gt;If only I had known this back in 1997 :)&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 08:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cut-amp-paste-problem/m-p/3395452#M863237</guid>
      <dc:creator>Richard Allen</dc:creator>
      <dc:date>2004-10-19T08:54:15Z</dc:date>
    </item>
  </channel>
</rss>

