August 4, 2007
RM -RF

I suddenly respect the owner of this car…
“rm” is the UNIX command to remove files and directories (like del and rmdir in MS-DOS/Windows). “-rf” are command line options. “r” means to remove recursively and “f” means to force removal. “rm -rf /” will, essentially, wipe your disk clean of those pesky files and directories.








