# ls
 release.asc  ''$'\343\205'
# ls -i
524300  release.asc  524291 ''$'\343\205'
# ls -il
total 4
524300 -rw-r--r-- 1 root root 1645 Oct 16  2015  release.asc
524291 -rw-r--r-- 1 root root    0 Dec 20  2019 ''$'\343\205'
# find ./ -inum "524291"
./??
# find ./ -inum "524291" -exec rm {} \;