☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 20 hours agoFrog put Claude in a boxlemmy.mlimagemessage-square11linkfedilinkarrow-up1246cross-posted to: programmer_humor@programming.dev
arrow-up1246imageFrog put Claude in a boxlemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 20 hours agomessage-square11linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squaredragnucs@lemmy.mllinkfedilinkarrow-up18·edit-214 hours agoThat rmrf joke is obsolete, please update to using the --no-preserve-root flag.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up4·edit-27 hours ago/* Or the (probably, IDK) more common way to do it accidentally, cd into /, think you’re somewhere else or type into the wrong shell, and then rm -rf *
minus-squaredragnucs@lemmy.mllinkfedilinkarrow-up1·2 hours agoA safe approach is to go up one dir ectody and run rm -rf dirname. With that habit you have high confid3nce of deleting folder you need.
minus-squarehuf [he/him]@hexbear.netlinkfedilinkEnglisharrow-up2·3 hours agoi’ve always preferred rm -rf .*
That rmrf joke is obsolete, please update to using the --no-preserve-root flag.
/*
Or the (probably, IDK) more common way to do it accidentally, cd into /, think you’re somewhere else or type into the wrong shell, and then rm -rf *
A safe approach is to go up one dir ectody and run rm -rf dirname. With that habit you have high confid3nce of deleting folder you need.
i’ve always preferred
rm -rf .*