No, that’s not a typo.

      • dotfiles@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)

        sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"