Linux 删除乱码文件

ls -i 查看inode

find -inum $inode -exec rm -rf {} \;

posted @ 2020-03-20 12:17  stdpain  阅读(188)  评论(0编辑  收藏  举报