rm -rf /path/to/directoryThis will delete everything in the directory, including the directory itself. BUT BUT BUT be VERY careful about this -- one wrong typo can mean the loss of all your data. For example:
DO NOT DO THIS DO NOT DO THIS: rm -rf /path/to/directory /would try to delete both the directory as well as EVERYTHING in your computer. Make sure you have no spaces and that the end of your directory doesn't end with a slash, and you should be fine.
rm -fr $HOME/.Trash/as others have noted, doing this successfully will just dump you to the next line with no output.
df -hwill show you your disk usage, and you can see that there should be more free space.
You are not logged in, either login or create an account to post comments
posted by tumult at 12:50 AM on April 3