List all hidden files, and only hidden files.
Code starts here
#!/bin/sh #dotfiles: list all files beginning with . ls -a $1 | grep ^[.].*
Submitted by Devscripts on 27-02-2003 20:29