There’s more than one way. Here’s one: find the inode with ls -i
, then delete with:
find -inum <inode-number> -exec rm -i {} \;
There’s more than one way. Here’s one: find the inode with ls -i
, then delete with:
find -inum <inode-number> -exec rm -i {} \;