[SunHELP] ls -d

Gregory Leblanc gleblanc at linuxweasel.com
Wed Apr 10 12:12:05 CDT 2002


On Wed, 2002-04-10 at 10:10, Markham, Richard wrote:
> i'm trying to list only directories in the current dir without 
> and recursive listing.  ls -d only shows '.' .  
> find . -type d -name "*" shows directories but is recursive.

Find . -type d -maxdepth 1
	Greg

-- 
Portland, Oregon, USA.



More information about the SunHELP mailing list