Pantherina@feddit.de to linuxmemes@lemmy.world · 1 year agolol sudo rm -rf /feddit.deimagemessage-square32fedilinkarrow-up139arrow-down12
arrow-up137arrow-down1imagelol sudo rm -rf /feddit.dePantherina@feddit.de to linuxmemes@lemmy.world · 1 year agomessage-square32fedilink
minus-squarenaonintendois@programming.devlinkfedilinkarrow-up1·1 year agoI trolled myself by “learning” that I could delete all files in a directory, including hidden files, with rm -rf ./*. The mistake being that I (more than once…) accidentally put a space between the . and /.
I trolled myself by “learning” that I could delete all files in a directory, including hidden files, with
rm -rf ./*
. The mistake being that I (more than once…) accidentally put a space between the.
and/
.