[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ls and directories only



Tom <tb.31112.nospam@comcast.net> writes:

> On Tue, Nov 18, 2003 at 11:38:21AM -0600, Lynn W wrote:
> > Thanks, but how do I use
> >     find -maxdepth 1 -type d
> > to just display the directories in the current directory, and not to recurse into subdirectories, *and* to display all the directories' permissions?
> 
> Okay, I'm just taking a quick stab at this, but it would be similar to:
> 
> ls `find -maxdepth 1 -type d` -ld

find -maxdepth 1 -type d -ls


-- 
Please answer to the group/list. Don't CC me.



Reply to: