☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agoFrog put Claude in a boxlemmy.mlimagemessage-square10fedilinkarrow-up1257cross-posted to: programmer_humor@programming.dev
arrow-up1257imageFrog put Claude in a boxlemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square10fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up5·edit-21 day 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-up2·19 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·20 hours agoi’ve always preferred rm -rf .*
/*
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 .*