Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Gamma 1.15 Released
http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html
will delete .DS_Store files
Offline
#14 2004-03-07 23:35:04
- Tom
- New Member
- From: London
- Registered: 2004-02-23
- Posts: 2
Re: Gamma 1.15 Released
The thinking man’s weapon of choice.
Offline
Re: Gamma 1.15 Released
No download needed.
<code>
find . -name .DS_Store -print -delete
</code>
Offline