@ElCanut@jlai.lu to linuxmemes@lemmy.world • 1 year agoOh no ...jlai.luimagemessage-square338fedilinkarrow-up11.81Karrow-down1112
arrow-up11.7Karrow-down1imageOh no ...jlai.lu@ElCanut@jlai.lu to linuxmemes@lemmy.world • 1 year agomessage-square338fedilink
minus-square@nogrub@lemmy.worldlinkfedilink4•edit-21 year agonever execute “sudo rm -r / --no-perserve-root” because you whole sytem will be gone edit i forgot the directory
minus-square@Damage@feddit.itlinkfedilink3•edit-21 year agothe -delete option in find goes AFTER the expression. find -delete [whatever] will delete EVERYTHING in the current directory and below, like rm -rf *
minus-square@Faresh@lemmy.mllinkfedilinkEnglish3•1 year agoHuh. I wonder if GNU find should be modified, so that -delete only works when explicitly given a directory.
minus-squareKühe sind tolllinkfedilink1•edit-21 year 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
-delete
option infind
goes AFTER the expression.find -delete [whatever]
will delete EVERYTHING in the current directory and below, likerm -rf *
Huh. I wonder if GNU find should be modified, so that
-delete
only 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 /