#!/bin/zsh -f 
command ls -AFlh ${1} | grep "^d"
