• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Tool for eliminating ".DS_Store" files?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tool for eliminating ".DS_Store" files?


  • Subject: Re: Tool for eliminating ".DS_Store" files?
  • From: Mike Jackson <email@hidden>
  • Date: Tue, 30 Jan 2007 14:19:52 -0500

to Preflight:

find . -type f -name ".DS_Store"

to Delete them

find . -type f -name ".DS_Store" -delete

-- Mike Jackson Senior Research Engineer
Innovative Management & Technology Services



On Jan 30, 2007, at 2:06 PM, Lance Drake wrote:

Hi Xcode folks,

Does anyone know of a tool which may exist that will recursively got thru a folder and delete files with the name ".DS_Store"? There's probably an expression that can be invoked via 'rm' - but, to avoid potentially disastrous effects from a typo, I was hoping there was a cleanup-tool somebody had created. The idea was to make things tidy for a Linux deployment of materials developed on my Mac.

Thanks,

Lance Drake
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40imts.us


This email sent to email@hidden


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Tool for eliminating ".DS_Store" files? (From: Lance Drake <email@hidden>)

  • Prev by Date: Re: Tool for eliminating ".DS_Store" files?
  • Next by Date: Re: Tool for eliminating ".DS_Store" files?
  • Previous by thread: Re: Tool for eliminating ".DS_Store" files?
  • Next by thread: Re: Tool for eliminating ".DS_Store" files?
  • Index(es):
    • Date
    • Thread