ElCanut@jlai.lu to linuxmemes@lemmy.world · 3 years agoOh no ...jlai.luimagemessage-square336linkfedilinkarrow-up11.83Karrow-down1110
arrow-up11.72Karrow-down1imageOh no ...jlai.luElCanut@jlai.lu to linuxmemes@lemmy.world · 3 years agomessage-square336linkfedilink
minus-squarenogrub@lemmy.worldlinkfedilinkarrow-up4·edit-22 years agonever execute “sudo rm -r / --no-perserve-root” because you whole sytem will be gone edit i forgot the directory
minus-squareDamage@feddit.itlinkfedilinkarrow-up4·3 years agothe -delete option in find goes AFTER the expression. find -delete [whatever] will delete EVERYTHING in the current directory and below
minus-squareFaresh@lemmy.mllinkfedilinkEnglisharrow-up3·3 years agoHuh. I wonder if GNU find should be modified, so that -delete only works when explicitly given a directory.
minus-squareKühe sind toll@feddit.delinkfedilinkarrow-up1·2 years agoThis shouldnt do anything since you didn’t gave it a directory to start with.
never execute “sudo rm -r / --no-perserve-root” because you whole sytem will be gone edit i forgot the directory
the
-deleteoption infindgoes AFTER the expression.find -delete [whatever]will delete EVERYTHING in the current directory and belowHuh. I wonder if GNU find should be modified, so that
-deleteonly works when explicitly given a directory.This shouldnt do anything since you didn’t gave it a directory to start with.
oh yeah i forgot a /