Linux 包含中文字符的文件名无法使用shell 选中或复制

 

使用ls -i 查看文件inode号

然后使用find执行命令:

Find . -inum 590002345 -exec cp {} new_filename \;

posted @ 2022-01-17 13:05  Zhanxueyou  阅读(308)  评论(0编辑  收藏  举报