Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Good point.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Good point.
Authored by: Lectrick on Jul 13, '05 07:35:35PM

In the case of files, perhaps I will have to restrict the filetype to "file" as opposed to "directory", or perhaps there's an option (probably, but not at my computer currently) to not follow symlinks.

Good point, however. Obviously the ultimate ds_store removal one-liner is still in active development...

---
In /dev/null, no one can hear you scream



[ Reply to This | # ]
Good point.
Authored by: raider on Oct 13, '06 09:54:12AM
Obviously the ultimate ds_store removal one-liner is still in active development...
What is wrong with:

find . -name .DS_Store -print -delete


[ Reply to This | # ]