using find to locate 'dot' files
This is a pretty elementary question but should I be able to use 'find' to locate a dot file?
I needed to find a particular dot file and as I am unfamiliar with Unix command line stuff I did some tests to make sure I could find files that exist on my system. Though I could find normal (ie non dot files) I was not able to find any of the dot files present in my home directory (or anywhere else). Is this the normal behaviour for find, or did I leave out a switch (I looked for references to hidden files, but did not notice any)?
thanks,
Jeremy Harbinson
MacBook Pro, Mac OS X (10.5.1)