Pantherina@feddit.de to linuxmemes@lemmy.world · 11 months agolol sudo rm -rf /feddit.deimagemessage-square32fedilinkarrow-up139arrow-down12
arrow-up137arrow-down1imagelol sudo rm -rf /feddit.dePantherina@feddit.de to linuxmemes@lemmy.world · 11 months agomessage-square32fedilink
minus-squarenaonintendois@programming.devlinkfedilinkarrow-up1·11 months 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/
.