ls -liUse find command as follows to delete the file if the file has inode number 4063242: $ find . -inum 4063242 -deleteOR$ find . -inum 4063242 -exec rm -i {} ;
ls -liUse find command as follows to delete the file if the file has inode number 4063242:
$ find . -inum 4063242 -deleteOR$ find . -inum 4063242 -exec rm -i {} ;