Tag: trash
Empty recyclebin/trash from command line
by admin on Dec.10, 2009, under Uncategorized
Number of View :2700
1 Comment
:commandline, terminal, trash, tricks
more...
Some time we need to empty the trash folder when we are working on terminal. you can simple do this using the following command.
rm -rf ~/.Trash
to delete other user trash, use:
sudo rm -rf /Users/user_name/.Trash
*to delete other users trash, you have to use sudo.