DSWipe - 1.0wipes out those pesky .DS_Store files |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Features: | Support: | |||
| Ease of Use: | Quality / Stability: | Price: | |||
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
OK 



- Version: 1.0, 5/16/2007 05:26PM PST
(0 of 2 users found this comment useful)
Kugo
OK, it works, and the person who wrote this is not a professional developer - he's a professional web designer and a rather good one at that judging from his portfolio. And the app is free and takes very little disk space.
But the question remains: why use it? Not "why" as in "why do I want to get rid of those pesky Arno files" but as in "why would anyone want to do things this way."
Are there no other files people have to ferret out from time to time? What about old Sherlock indexes? Are we going to have to download a new program for that? The character string ".DS_Store" is baked into the program - it could be made a variable so the user could specify any file name.
And who says we just want to delete files? Maybe we only want to find them - and list them? Maybe do something else with them? Who says it's going to be delete all the time?
I understand why the author took the time to write this. He's annoyed by those files as much as anyone. But what I cannot understand is why you people continue to search out one-off apps to do one thing when you should be looking for general purpose apps to do any number of things. To me it doesn't sound like you're all that smart.
And as the author says at the end of the app's official help file, it's only a Terminal command line anyway. So why not get a parent or guardian to hold your hand and help you add the following after your shell prompt? You can stop making the rest of us look so STUPID.
sudo find / -name ".DS_Store" -exec rm -f {}\;
But the question remains: why use it? Not "why" as in "why do I want to get rid of those pesky Arno files" but as in "why would anyone want to do things this way."
Are there no other files people have to ferret out from time to time? What about old Sherlock indexes? Are we going to have to download a new program for that? The character string ".DS_Store" is baked into the program - it could be made a variable so the user could specify any file name.
And who says we just want to delete files? Maybe we only want to find them - and list them? Maybe do something else with them? Who says it's going to be delete all the time?
I understand why the author took the time to write this. He's annoyed by those files as much as anyone. But what I cannot understand is why you people continue to search out one-off apps to do one thing when you should be looking for general purpose apps to do any number of things. To me it doesn't sound like you're all that smart.
And as the author says at the end of the app's official help file, it's only a Terminal command line anyway. So why not get a parent or guardian to hold your hand and help you add the following after your shell prompt? You can stop making the rest of us look so STUPID.
sudo find / -name ".DS_Store" -exec rm -f {}\;
Good for remote Non-Mac Drives 



- Version: 1.0, 7/16/2004 11:48PM PST
Knight_Ed
It just cleans up the dir structre of non HFS drives.
Would be nice if it toast'ed the .Trashes as well thou.
Would be nice if it toast'ed the .Trashes as well thou.