I've seen several vids on youtube explaining how to delete using the terminal. The claim, this way will get more hd space back. Has any one used this method?
I've seen several vids on youtube explaining how to delete using the terminal. The claim, this way will get more hd space back. Has any one used this method?
I've seen several vids on youtube explaining how to delete using the terminal. The claim, this way will get more hd space back. Has any one used this method?
Not to mention that if you are not careful doing rm from terminal you can delete a lot more than you thought you would. When you enter commands at terminal, you are at the Unix command line, which even people with years of experience at it have been known to muck things up.
alias rm="rm -i"
The only difference, that I'm aware of, between deleting a file from within terminal and from within the OSX GUI is that the former does not put the file in the trash bin... it simply deletes it forever.
Trash is basically just a front end for "rm." You can recover things deleted via Trash (unless you use Secure Empty Trash) or rm, but it takes special software.