Saving 'tree /f /a" results to a textfile with unicode support

前端 未结 12 1735
清歌不尽
清歌不尽 2021-02-02 07:10

I\'m trying to use the tree command in a windows commandline to generate a text file listing the contents of a directory but when I pipe the output the unicode characters get st

12条回答
  •  悲&欢浪女
    2021-02-02 07:54

    Have someone already tried this:

    tree /f /a |clip
    

    Open notepad, ctrl + V, save in notepad as output.txt with unicode support?

提交回复
热议问题