1 2 3 4 5 6 7 8 9
## vim:ft=zsh check_comp() { ((! $+_comps[$1])) && print $1 } { for f ($^path/*(N:t)) check_comp $f } | sort