From: parag on
What is the "find" flag to find all the hidden files in a directory
From: Ersek, Laszlo on
On Wed, 7 Jul 2010, parag wrote:

> What is the "find" flag to find all the hidden files in a directory

find path_list -name '.[!.]*' -o -name '..?*'