271
Frog put Claude in a box
(thelemmy.club)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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 .*Wont that get only the hidden files not normally collected in the plain
*glob?plus
.and..