Sjmarf@sh.itjust.works to Programmer Humor@programming.devEnglish · 5 months agoOh no! 🤦♂️sh.itjust.worksimagemessage-square53fedilinkarrow-up1980arrow-down19
arrow-up1971arrow-down1imageOh no! 🤦♂️sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.devEnglish · 5 months agomessage-square53fedilink
minus-squareJollyGreen_sasquatch@sh.itjust.workslinkfedilinkarrow-up7·5 months 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
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 -liOnce you get the inode
find . -type f -inum $inode -delete