![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to give permissions to an open file in vi editor? | Pankajakshan | Shell Programming and Scripting | 5 | 07-08-2008 01:56 AM |
| Open Movie Editor 0.0.20080203 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-03-2008 08:50 AM |
| Open Movie Editor 0.0.20071231 (Default branch) | iBot | Software Releases - RSS News | 0 | 12-31-2007 01:40 PM |
| Open Movie Editor 0.0.20071227 (Default branch) | iBot | Software Releases - RSS News | 0 | 12-28-2007 12:50 AM |
| Unable to open files in VI editor | ennstate | UNIX for Advanced & Expert Users | 8 | 11-06-2007 03:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
getting error when open vi editor
helo
I install my product for koren language I m uisng RHEL -4 operating system now problem is whenever I open any file vi filename I got following error on the screen E557: Cannot open termcap file 'vt100' not known. Available builtin terminals are: builtin_ansi builtin_xterm builtin_iris-ansi builtin_dumb defaulting to 'ansi' Regards, Amit |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Try:
Bash Code:
export TERM=xterm #or one of the other terminal options that works for you vi filename Code:
setenv TERM xterm #or one of the other terminal options that works for you vi filename Last edited by avronius; 09-17-2008 at 06:49 AM. Reason: fixing BAD typo |
|||
| Google The UNIX and Linux Forums |