find ohne versteckte Dateien und Verzeichnisse

Sven Guckes guckes at math.fu-berlin.de
Mon May 12 18:12:02 CEST 2003


* Ron Opitz <ron.opitz at dts.de> [2003-05-12 14:51]:
> ich möchte von find alle Dateien und Verzeichnisse
> angezeigt bekommen die nicht mit einem Punkt beginnen.

  ls -d

dotfiles and dotdirs are not shown by default, anyway.
and the switch "-d" prevents expansion of directories.
compare to "ls -a" which shows dotfiles and dotdirs, too.

Sven



More information about the Linux mailing list