Ho installato tree
sul mio Ubuntu Box, quando mi collego da Putty e lancio tree
ottengo questo:
$ tree
âââ html.vim -> xml.vim
âââ js.vim -> xml.vim
âââ xml.vim
Invece di questo :
$ tree --charset=ANSII
|-- html.vim -> xml.vim
|-- js.vim -> xml.vim
`-- xml.vim
Ottengo anche questo problema quando, ad esempio, elenco i miei pacchetti da npm
(gestore pacchetti da 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
Come posso cambiarlo (dalla casella Putty o Linux)?