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


Click here to return to the '10.4: Fix a Delicious Library Dashboard widget issue' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Fix a Delicious Library Dashboard widget issue
Authored by: alblue on Jul 06, '05 06:53:19PM

You didn't put the folder name in quotes, which would have highliged the problem that 'Caches' isn't spelt with two 's's.

What happened is that you ended up doing 'rm -rf ~/Library/Cashes/Delicious' as well as a 'rm -rf Library' and 'rm -rf Items'. The first wouldn't have done anything (given that the spelling is wrong) whilst the second, if run from your home directory, would have *censored*ted your Library folder, which is where all your preferences, caches, settings etc. are stored. This includes stuff like iCal calenders (Library/Calenders) and your whole Delicious Library (Library/Application Support/Delicious Monster or some such).

Moral of the story: *always* quote paths with spaces in them, especially if you don't know about escaped spaces. What's an escaped space? Use quotes all the time and you don't need to know.



[ Reply to This | # ]