0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacのterminalからAIXに接続してviをやるとXTERM-256COLOR: Unknown terminal typeと言われるとき

Posted at

こんな感じで変な出力になるとき。

x@server:x> $ vi a.txt
XTERM-256COLOR: Unknown terminal type
 [Hit return to continue] 

[Using open mode]
"a.txt" 60 lines, 4826 characters 

                                                                  Data type                     Column 

下記をコピペして実行するだけで直ります。

export TERM=xterm
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?