Zainstalowałem tree
na moim Ubuntu Box, kiedy łączę się z nim z Putty i uruchamiam, tree
otrzymuję:
$ tree
âââ html.vim -> xml.vim
âââ js.vim -> xml.vim
âââ xml.vim
zamiast tego :
$ tree --charset=ANSII
|-- html.vim -> xml.vim
|-- js.vim -> xml.vim
`-- xml.vim
Ten problem pojawia się również wtedy, gdy np. Wyświetlam listę moich pakietów npm
(menedżer pakietów z nodejs
)
$ npm list
/home/monkey/scripts/chatter
ââ⏠express@3.0.6
â âââ buffer-crc32@0.1.1
â âââ commander@0.6.1
â ââ⏠connect@2.7.2
â â âââ bytes@0.1.0
Jak mogę to zmienić (z Putty lub Linux)?