Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!ukma!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: Can ls be made to only list directories? Message-ID: <13725@smoke.BRL.MIL> Date: 2 Sep 90 03:50:20 GMT References: <90243.151817SML108@psuvm.psu.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 5 In article <90243.151817SML108@psuvm.psu.edu> SML108@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