• 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: Sébastien Stormacq <email@hidden>
  • Date: Mon, 28 Jul 2008 22:33:03 +0200

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
  • Follow-Ups:
    • Re: Recurrsive Delete of Icon?
      • From: "J. Todd Slack" <email@hidden>
References: 
 >Recurrsive Delete of Icon? (From: "J. Todd Slack" <email@hidden>)

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