Help for this page
# determine terminal D_TERM=`tty | perl -e 'print /tty/ ? "vt220" : "xterm-color"'` TERM=${D_TERM}
18:25:28 [alex : macachu : ~] [3] $ tty | perl -e 'print /tty/ ? "vt220" : "xterm-color"' ... [ Continued ] > EOP xterm-color18:26:30 [alex : macachu : ~] [6] $