Deleting file using inode

Published by

Posted on October 17, 2015

locate the inode number
ls -li filename

then find . -maxdepth 1 -type f -inum -delete
or
find . -inum -exec rm -i {} \;

Delete using the inode come in any for files names with special characters