Can ls be made to only list directories?

Doug Gwyn gwyn at smoke.BRL.MIL
Sun Sep 2 13:50:20 AEST 1990


In article <90243.151817SML108 at psuvm.psu.edu> SML108 at psuvm.psu.edu (Scott the Great) writes:
>As the subject asks, is there a set of options which will limit
>ls to listing directories?

	$ ls -ld `find . -type d -print`	# for example



More information about the Comp.unix.questions mailing list