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
07-16-2003 11:37 AM
07-16-2003 11:37 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:49 AM
07-16-2003 11:49 AM
Re: vi
There are limits to how much data it will handle on one line without frying and doing a core dump or somethign.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:58 AM
07-16-2003 11:58 AM
Re: vi
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:07 PM
07-16-2003 12:07 PM
Re: vi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 12:08 PM
07-16-2003 12:08 PM
Re: vi
:set list
which will display a $ (dollar sign) at the end of each line, plus it will show things like tabs as ^I ....
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 07:34 PM
07-16-2003 07:34 PM
Solutioncut -c 1-79 /path_to_file/file_name
vi is not messing up the screen, your terminal emulator is providing the line wrap. Most cheap emulators do not have line wrap options. A terminal emulator that allows you to turn off the end-of-line wrap is the WRQ product called Reflection for HP. However, if you turn on this feature, the extra characters beyond the end of the terminal window will simply write over the last character on the line. And in vi, this will be a complex problem for editing. Reflection for HP has an even better feature: you get to define the line length. Instead of 80x24, you can change it to 100x24 or 132x24 or even 200x50. The file will look normal because the width is large enough to display the entire line.
However, if the line width is more than 200 characters, it will be almost impossible to read the tiny characters. In that case, you need to vi and understand that the terminal wil automatically place the long line onto (what appear to be) new lines...they aren't new lines though. vi takes great care to handle long lines in a predictable manner.
Bill Hassell, sysadmin