Deleting a single file from the trash in Mac OS X Snow Leopard
Posted
by SteveTheOcean
on Super User
See other posts from Super User
or by SteveTheOcean
Published on 2010-02-13T04:08:21Z
Indexed on
2010/03/26
15:03 UTC
Read the original article
Hit count: 594
In earlier versions of Mac OS X one could delete a file from the trash by opening a terminal window and typing rm ~/.Trash/file_i_want_to_delete
. See this previous post.
Unlike earlier versions in Mac OS X Snow Leopard one can "put back" a file from the trash into its original directory.
Will the rm
trick still work? Testing shows it does delete the file but what happens to the "put back" information that specifies the directory from which the file was deleted?
© Super User or respective owner