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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to