Re: Recurrsive Delete of Icon?
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