Doing "ls -a" provides a listing of the hidden files.
To process all the .bak files you can do *.bak for:
that.bak
this.bak
....
But how do you process all the hidden files like:
.that.bak
.this.bak
....
What is the equivalent of *.bak for only the hidden files?