command to list dot files

hey. i am a bit new to unix and i am trying to figure out how to list the names of the 'dot' files that are in my account.

what command does this?

thank you very much for your help.

Please. Anybody? This should not be a hard question. I am in an introductory Unix class, and this is not meant to be a difficult question.

Thanks again.

Forum rules - no homework please !

try this

find /home | egrep -i "\."

it lists all the . files.. :slight_smile:

Try,

ls -a