Results 1 to 4 of 4
I'm currently trying to resolve a problem with my system which requires me to edit a text file from a command line with no x-server running. I know I can ...
- 05-17-2007 #1Just Joined!
- Join Date
- May 2007
- Location
- So.CA - Woodland Hills
- Posts
- 34
editing text
I'm currently trying to resolve a problem with my system which requires me to edit a text file from a command line with no x-server running. I know I can edit the file with Vim. I there an easier way? I'm trying to avoid reading the Vim documentation if possible. thanks.
- 05-17-2007 #2
you can use nano or pico. nano is pre-installed in most distros.
Code:nano <file_name>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-17-2007 #3
Nano works like a charm...
- 05-17-2007 #4Just Joined!
- Join Date
- May 2007
- Location
- So.CA - Woodland Hills
- Posts
- 34
Nano did the job nicely and no need to read lengthy documentation. Thanks.


Reply With Quote