☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 8 days agoFrog put Claude in a boxlemmy.mlimagemessage-square11fedilinkarrow-up11arrow-down10cross-posted to: [email protected]
arrow-up11arrow-down1imageFrog put Claude in a boxlemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 8 days agomessage-square11fedilinkcross-posted to: [email protected]
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up0·edit-28 days 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-up0·8 days agoi’ve always preferred rm -rf .*
minus-squareSasquatch@lemmy.mllinkfedilinkarrow-up0·6 days agoWont that get only the hidden files not normally collected in the plain * glob?
minus-squaredragnucs@lemmy.mllinkfedilinkarrow-up0·7 days 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.
/*
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?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.