Atemu to Linux · 2 years agoTIL about /dev/fullen.wikipedia.orgexternal-linkmessage-square17fedilinkarrow-up1202arrow-down10file-text
arrow-up1202arrow-down1external-linkTIL about /dev/fullen.wikipedia.orgAtemu to Linux · 2 years agomessage-square17fedilinkfile-text
minus-squaredotfiles@lemmy.worldlinkfedilinkarrow-up5·2 years agoThe 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)"
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)"