Linux下删除某些非法字符文件名的文件

1.首先利用 ls -i 查找ID

2.find ./ -inum 20718697 -exec rm '{}' \;

posted @ 2018-08-21 11:19  白开水加糖  阅读(941)  评论(0编辑  收藏  举报