I'm having a strange problem this morning
I'm trying to cd into the "Application Support" directory on my Mac, using the following command:
cd '~/Library/Application Support'
Unfortunately, this does not seem to be working as expected and I get this message:
-bash: cd: /Users/purinkle/Library/Application: Not a directory
Even trying cd ~/Library/Application\ Support/ doesn't work
bash --noprofile --norcand try running the cd command in that shell. If it works, then something in your shell customization is the problem. – Chris Page Nov 8 '11 at 9:11