Hey, I'm installing a program on my MacBook that has to be unzipped to the ~/.spring directory; now, I know what Spring is, it's the name of the thing I'm installing. I'd be very happy to create a .spring folder if I knew what ~/. meant.
Thanks for your help guys.

~/.by itself means something different than when it is a prefix of something longer. On its own, it is a longer way of writing~, both of which indicate the home directory. As a prefix (e.g~/.spring) it indicates a “hidden” entry in the home directory. – Chris Johnsen Jun 30 '10 at 20:59