Yes. I just accidentally ran `rm -rf /*` instead of `rm -rf ./*` like an ABSOLUTE DUMBASS and I am so pissed at myself right now that I'm laughing :))
Thank god I had btrfs snapshots with timeshift, but some files from my home directory are gone.
#timeshift really saved me
Welcome to the special club!
@SnowBlind2005
Oh, it sure is "special"
@alavi why the slash? I tend to run "rm -fr *" just to be sure I don't mess up. This way is implicit that it's run from current folder.
@Vixente
Yup. Learned it the hard way .