Omni (omni)'s status on Sunday, 26-Aug-12 18:16:54 UTC
-
@derpyshy rm = remove, -r = recursively (also files in folders inside the one), -f = force, / = root directory (the beginning of your file system). You do the maths (note: depending on what user you're running it at, it will delete other files. If you're running it as sindre it will delete all files that are in sindre's home directory. If you run it as root, it will delete all files it can (though some won't be removed unless you use a special command after that, but I won't tell you that one).