UsingMac.com

Mac Tricks and Tips, Wallpapers and Applications for Mac Users

Delete Files without Going to Trash Folder

Warning: The deleted files are not recoverable.

This is just a simple and quick UNIX tip to delete files without going to trash folder first. What are the steps?

Delete Normal Files

  1. Open Terminal.app
  2. Type rm -rf
  3. Highlight files/folders you want to delete
  4. Drop them all to Terminal
  5. Execute it (pressing Return)

Read More Leave a Comment (12)