☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 3 months agoFrog put Claude in a boxlemmy.mlimagemessage-square13linkfedilinkarrow-up1286arrow-down13cross-posted to: programmer_humor@programming.dev
arrow-up1283arrow-down1imageFrog put Claude in a boxlemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square13linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squaredragnucs@lemmy.mllinkfedilinkarrow-up25·3 months agoThat rmrf joke is obsolete, please update to using the --no-preserve-root flag.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up6·3 months 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-squarehuf [he/him]@hexbear.netlinkfedilinkEnglisharrow-up4·3 months agoi’ve always preferred rm -rf .*
minus-squareSasquatch@lemmy.mllinkfedilinkarrow-up1·3 months agoWont that get only the hidden files not normally collected in the plain * glob?
minus-squaredragnucs@lemmy.mllinkfedilinkarrow-up4·3 months 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.
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 *
i’ve always preferred
rm -rf .*Wont that get only the hidden files not normally collected in the plain
*glob?plus
.and..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.