gun@lemmy.ml to Linux@lemmy.mlEnglish · 11 hours agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square24fedilinkarrow-up136file-text
arrow-up136message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 11 hours agomessage-square24fedilinkfile-text
minus-squareUnRelatedBurner@sh.itjust.workslinkfedilinkarrow-up3·5 hours agoWhat an awesome tool that I wish I knew sooner. Also the && operator in sh. I think you can figure out what happened.
minus-squareclb92@feddit.dklinkfedilinkEnglisharrow-up2·edit-22 hours ago Also the && operator in sh. I think you can figure out what happened. I’m guessing something like… Copy file/dir from location A to location B and then delete from A, but the copy had failed (and the delete unfortunately worked fine)?
What an awesome tool that I wish I knew sooner. Also the && operator in sh. I think you can figure out what happened.
I’m guessing something like… Copy file/dir from location A to location B and then delete from A, but the copy had failed (and the delete unfortunately worked fine)?