Re: How to delete extraneous plist files via AppleScript
Re: How to delete extraneous plist files via AppleScript
- Subject: Re: How to delete extraneous plist files via AppleScript
- From: Christopher Stone <email@hidden>
- Date: Fri, 14 Jan 2011 11:17:24 -0600
On Jan 13, 2011, at 03:49, Axel Luttgens wrote:
> find ~/Library/Preferences -depth 1 -name 'widget-com.apple.widget.weather.plist*' ! -name '*.plist' -exec mv '{}' ~/.Trash ';'
______________________________________________________________________
Hey Axel,
Cool. Thank you.
I didn't want to experiment with 'rm' in this case without some guidance. Too much room for unpleasant side-effects.
--
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden