I am so much used to vi - I have not tired emacs -
Main Topics
Browse All TopicsHi unix gurus
I have a file (test.tx) that when I use vi editor it complains cannot open, I needed to view and change as well - how do I do that - more or less or cat commands allow me to see them but I need to modify them as well..
408945 Feb 22 15:00 test.txt
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
HI there are certain limitation in vi editor. And as any other editor.
This is also reasonable that if you are editing any file, there a limit of the size of file.
vi Editor Limitations (Source on Net)
The following list provides the maximum limits of the vi editor. These counts assume single-byte characters.
{LINE_MAX} characters per line
256 characters per global command list
128 characters in the previously inserted and deleted text
128 characters in a shell escape command
128 characters in a string-valued option
30 characters in a tag name
128 map macros with 2048 characters total
1,048,560 lines of {LINE_MAX} characters per line silently enforced
In this case try wrapping the file. So that lines are wrapped and vi can edit that file.
My advice is to look around for a utility or script that will wrap the file at something like 80 bytes or so ( or one that will allow you to specify the wrap length ).
Also if the error says its a long FILE then u can try splitting the file editing and then combining it again?
Business Accounts
Answer for Membership
by: kosarajudeepakPosted on 2008-02-22 at 08:03:40ID: 20958598
use emacs editor /en_US.ISO 8859-1/boo ks/develop ers- handbo ok/emacs.h tml
http://www.freebsd.org/doc