minus-squareJollyGreen_sasquatch@sh.itjust.workstoProgrammer Humor@programming.dev•Oh no! 🤦♂️linkfedilinkarrow-up7·8 days agoA method not yet mentioned is by inode, (I’ve accidentally created filenames I didn’t know how to escape at the time like -- or other command line flags/special characters) ls -li Once you get the inode find . -type f -inum $inode -delete linkfedilink
A method not yet mentioned is by inode, (I’ve accidentally created filenames I didn’t know how to escape at the time like
--
or other command line flags/special characters)ls -li
Once you get the inode
find . -type f -inum $inode -delete