gun@lemmy.ml to Linux@lemmy.mlEnglish · 13 hours agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square25fedilinkarrow-up139arrow-down11file-text
arrow-up138arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 13 hours agomessage-square25fedilinkfile-text
minus-squareclb92@feddit.dklinkfedilinkEnglisharrow-up2·edit-24 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)?
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)?