- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cut & Paste problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:54 AM
10-07-2004 01:54 AM
If I select lots of text and paste it, the resluting paste is only just part of what I selected and often garbled somehow.
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.
I see this problem when working on X terminals (Envizex), My Linuxboxes or Windows running some X emulators.
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.
I can run the xterms on the HP-UX boxes, displaying on my local box and the problem is apparent.
Now if I use the xterms locally on Linux I can paste what I select every time.
Does anyone have an Idea on whats going on and how to fix ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 12:39 AM
10-08-2004 12:39 AM
Re: Cut & Paste problem
I edit a hpux file. I want to cut 20,000 lines out of it and paste it into msword on my pc.....
1. vi file
2. :100,20100w junkfile.txt
3. :q!
4. ftp junkfile.txt to my pc.
5. open msword
6. read in file c:\tmp\junkfile.txt
Now for the opposite
1. I am in msword
2. I save 20,000 lines to file c:\tmp\junkfile.txt
3. I ftp c:\tmp\junkfile.txt to
myhpuxbox:/bigdisk/junkfile.txt
4. I vi file /bigdisk/my_target_file
5. I go to line 12304 (just for kicks)
That's command 12304G
6. I read in junkfile.txt to link
12304 via with this command.....
: r junkfile.txt
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......
besides, I only guessing that you are using vi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 01:39 AM
10-08-2004 01:39 AM
Solution/sbin/stty erase "^H" kill "^U" intr "^C" eof "^D" -parity ixoff
-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).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 01:44 AM
10-08-2004 01:44 AM
Re: Cut & Paste problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 01:54 AM
10-19-2004 01:54 AM
Re: Cut & Paste problem
If only I had known this back in 1997 :)