|
#1
| |||
| |||
| Selectively delete items in the trash Issue this command to selectively empty the trash: rm "/Users/yourusername/.Trash/nameoffiletodelete" (Change rm to rm -rf if you want to delete a folder instead of a single file.) If you want, you could add an alias to your .*shrc file that would allow you to specify the filename without typing the full path: alias trash 'rm -rf /Users/yourusername/.Trash/\!:1' So if you have a file called reallybigtiff.tiff in the trash, you could just type: trash reallybigtiff.tiff hit enter or return and it will delete the specified file for you. If you desire more robust functionality, something modeled after testuser's script in this thread is possible: http://www.macfora.com/forums/showth...&threadid=6408 |
|
#2
| ||||
| ||||
| Cool, I didn't know about that alias command. Thanks ![]()
__________________ leo at code.coop Co-operatives are private corporations based on the values of self-help, self-responsibility, democracy, equality, equity and solidarity. |
|
#3
| |||
| |||
| Or you can do it from the GUI If you want to selectively remove files from the GUI (without taking a trip to the Terminal.app command line per my directions above), download one of these droplet applications that work like a file shredder. Anything you drag to the icon is pretty much irrevocably removed. Force Delete 1.2 http://versiontracker.com/moreinfo.fcgi?id=16093&db=mac or Shredder 1.2 http://versiontracker.com/moreinfo.fcgi?id=16499&db=mac |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ugh! Faster way to empty Trash? Or delete huge amounts? | Jasoco | Mac OS X System & Mac Software | 4 | December 22nd, 2002 07:21 AM |
| [HOWTO] - Empty the trash of stubborn items | swizcore | HOWTO & FAQs | 22 | December 15th, 2002 04:12 AM |
| Locked PC files in trash will not delete! | tk4two1 | Mac OS X System & Mac Software | 6 | June 5th, 2002 06:00 PM |
| Can't delete or move items from trash. | chenly | Mac OS X System & Mac Software | 5 | April 1st, 2002 05:07 PM |
| problems w/ locked trash items and privledges | edX | Mac OS X System & Mac Software | 1 | December 17th, 2001 08:30 PM |