특수문자 들어간 파일 삭제

특수문자가 들어가서 파일을 삭제 할수 없을경우 inode를 찾아서 삭제 하면됨.

#  ls -i
 12345 test.txt  23456 ????test?.txt

# find . -inum 23456 -exec rm -f {} \;

- to blog -

blog built using the cayman-theme by Jason Long. LICENSE