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

Re: ls and directories only



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



Reply to: