Sjmarf@sh.itjust.works to Programmer Humor@programming.devEnglish · 8 days agoOh no! 🤦♂️sh.itjust.worksexternal-linkmessage-square52fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkOh no! 🤦♂️sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.devEnglish · 8 days agomessage-square52fedilink
minus-squareJollyGreen_sasquatch@sh.itjust.workslinkfedilinkarrow-up0·7 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
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