[olug] list just directories and not files

Jay Hannah jay at jays.net
Fri Sep 2 12:17:13 UTC 2005


On Sep 1, 2005, at 10:48 PM, Dave Weis wrote:
> find . -type d -maxdepth 1 -exec chmod a+x {} \;

Ya. Or your first request was just to see permissions on them, which 
would be:

find . -type d -maxdepth 1 -exec ls -ald {} \;

j





More information about the OLUG mailing list