[CentOS7]特殊字符文件删除

# 需要删除 -filename=
[root@DB1 iscis]# ls -li
total 0
67 drw------- 3 root root 17 Sep  6 22:35 -filename=
[root@DB1 iscis]# find . -inum 67 | xargs rm -rf
[root@DB1 iscis]# ls -li
total 0

END

posted @ 2020-09-07 10:10  LeoShi2020  阅读(609)  评论(0编辑  收藏  举报