ElCanut@jlai.lu to linuxmemes@lemmy.world · 1 year agoOh no ...jlai.luimagemessage-square337fedilinkarrow-up11.81Karrow-down1111
arrow-up11.7Karrow-down1imageOh no ...jlai.luElCanut@jlai.lu to linuxmemes@lemmy.world · 1 year agomessage-square337fedilink
minus-squareDamage@feddit.itlinkfedilinkarrow-up4·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-squareFaresh@lemmy.mllinkfedilinkEnglisharrow-up3·1 year agoHuh. I wonder if GNU find should be modified, so that -delete only works when explicitly given a directory.
the
-delete
option infind
goes AFTER the expression.find -delete [whatever]
will delete EVERYTHING in the current directory and below, like rm -rf *Huh. I wonder if GNU find should be modified, so that
-delete
only works when explicitly given a directory.