From Ubuntu, I open gnome-terminal
, and ssh to a OS X
.
OS X
version is:
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.5
BuildVersion: 13F34
I have for example the file xterm-256color
:
$ ls /usr/share/terminfo/78/xterm-256color
/usr/share/terminfo/78/xterm-256color
But I can't do a simple clear
:
$ TERM='xterm-256color' clear
'xterm-256color': unknown terminal type.