linux删除文件名乱码的文件

ls -li##查看文件对应的inum 

#使用inum删除文件
find . -inum 12345 -exec rm {} \;
posted @ 2021-08-12 14:21  Hey,Coder!  阅读(32)  评论(0编辑  收藏  举报