4

Some time ago, I noticed a Node script use a lib called 'rimraf.' Now I'll never forget how to get *nix to delete a directory without giving me lip about it.

rm -rf

Comments
  • 2
    Thanks for sharing this earwig.
    Now I can't stop either
  • 1
    Technically it's

    sudo rm - rf /*
Add Comment