• 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: Recurrsive Delete of Icon?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recurrsive Delete of Icon?


  • Subject: Re: Recurrsive Delete of Icon?
  • From: "J. Todd Slack" <email@hidden>
  • Date: Mon, 28 Jul 2008 13:49:01 -0700

Hi,

Thank you so much, I will test first before execution.

-Jason

On Jul 28, 2008, at 1:33 PM, Sébastien Stormacq wrote:

Hello Jason,

You can use

find . -name "Icon?" -exec rm {} \;

Use this command wisely as it can, if miss typed, remove everything in your directory and below.
I would strongly advise to run it without the -exec part first to see what it will return


Seb

On 28 Jul 2008, at 22:28, J. Todd Slack wrote:

Hi All,

When importing to SVN Repository I bawks at files named Icon?

I can see these via a Terminal, but not in the finder.

What is a way that I can delete all Icon? files from a given folder recursively down?

I can use 'rm -rf' but can I say 'rm -rf Icon^M /' ?

-Jason

_______________________________________________
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



_______________________________________________
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: 
 >Recurrsive Delete of Icon? (From: "J. Todd Slack" <email@hidden>)
 >Re: Recurrsive Delete of Icon? (From: Sébastien Stormacq <email@hidden>)

  • Prev by Date: Code signing
  • Next by Date: Re: Recurrsive Delete of Icon?
  • Previous by thread: Re: Recurrsive Delete of Icon?
  • Next by thread: Re: Recurrsive Delete of Icon?
  • Index(es):
    • Date
    • Thread