comando albero mostrato carattere cinese come unicode

2

(env) ➜ zhuaxia git:(master) ✗ tree /tmp/test
/ Tmp / test
└── 谢 211220_3_8
    ├── album_description.txt
    ├── cover.jpg
    ├── 谢 211220; 210 \ 230 浩 231_3_8.mp3
    └── 谢 211220_3_8.mp3

(env) ➜ zhuaxia git:(master) ✗ ls /tmp/test
谢安琪 _3_8

Utilizzando il comando tree , alcuni caratteri cinesi vengono visualizzati come Unicode, ma ls è OK.

    
posta hailinzeng 12.11.2016 - 04:53
fonte

1 risposta

3

Ho problemi come te, ma ho fatto Google e ho trovato la risposta! Basta aggiungere l'opzione

tree -N /name_of_directory

man tree letture:

-N     Print non-printable characters as is instead of as escaped octal numbers.

Dimmi se questo non funziona ancora!

Inoltre, sembra che tu usi zsh ?? Non mi è familiare. Io uso bash , però.

    
risposta data 06.07.2017 - 15:52
fonte

Leggi altre domande sui tag