image
image

Go Back   macosx.com > Scripts > Automator Scripts

Reply
 
LinkBack Thread Tools
  #1  
Old January 22nd, 2008, 01:14 PM
michaelsanford's Avatar
Translator, Web Developer
 
Join Date: Oct 2002
Location: Ottawa/Montréal
Posts: 2,278
Thanks: 0
Thanked 4 Times in 4 Posts
michaelsanford is on a distinguished road
[AUTOMATOR] Cleaning DS_Store and ._*

I'll break the ice then.

This workflow asks for one or many locations (folders or volumes) on which you would like to remove:
• ._DS_Store
• ._FILENAME

You also, obviously, require necessary permissions to delete the files you're trying to delete.

I wipped this up in 2 minutes to clean the flash media card for my iDEN i880 cell phone, which tries to play every file it sees, which is all of them. I have not extensively tested this scirpt and do not accept any responsibility if it somehow deletes everything on your computer (though, it really shouldn't).

If you regularly use this in the same way I do (for cleaning up a cell phone memory card, for example) you can change the first element to a static folder name, and then add an Eject Volume action at the end, so it all gets done with one click.

I've also included a PDF of the workflow for anyone interested only in looking. It's pretty simple!
Attached Files
File Type: pdf Clean resource forks.pdf (69.7 KB, 54 views)
File Type: zip Clean resource forks.workflow.zip (52.3 KB, 68 views)
__________________
michaelsanford.comIdenti.ca
• iMac Aluminum 24" |
MacOS X 10.5 (current) | 3.06 GHz Intel Core Duo | 4 GB RAM, 1 TB HDD
• Acer AspireOne 1.60 GHz | Windows XP Home | 1 GB RAM, 100 GB HDD
• AMD Athlon64 3500+ | Ubuntu
-server x86_64 | 1240 GB RAID

Last edited by michaelsanford; January 22nd, 2008 at 01:15 PM. Reason: Corrected something
Reply With Quote
  #2  
Old July 23rd, 2008, 05:06 AM
Registered User
 
Join Date: Jul 2008
Posts: 15
Thanks: 19
Thanked 0 Times in 0 Posts
suntannedboy is on a distinguished road
Hi, I am curious that if you get _desktop.ini under each directory of your hard drive (a USB external hard drive, for instance)? I think I got those files becuase I am connecting to Windows XP and when I share files with Windows, I automatically get those uesless files. And they are kind of cluttering in my system now; do you use the same Automator workflow to eliminate those _desktop.ini files?
Reply With Quote
  #3  
Old July 23rd, 2008, 11:37 AM
A Budding Unix Junkie
 
Join Date: Jul 2008
Location: Pacific Northwest
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
ThomasG33K is on a distinguished road
It would clean those files up with a small modification. Since there is no dot in front of the _FILENAME.ini file you need to change the code...

from

Quote:
find $f -type f -name "._*" -exec rm {} \;
to

Quote:
find $f -type f -name "_*" -exec rm {} \;
For added safety you could also make the line:

Quote:
find $f -type f -name "_*ini" -exec rm {} \;

Last edited by ThomasG33K; July 23rd, 2008 at 11:43 AM. Reason: Trying to get this to make sense.
Reply With Quote
The Following User Says Thank You to ThomasG33K For This Useful Post:
suntannedboy (July 23rd, 2008)
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump


All times are GMT -5. The time now is 03:24 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1
Copyright 2000-2010 DigitalCrowd, Inc.