Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

`ls *(.)` shows "just files", what shows "just folders"?



Somewhere along the way I learned that

	ls *(.)

will tell 'ls' to only show files (not links, not directories)

Is there a similar command which would show _only_ directories?

(I've been using `find * -maxdepth 0 -type d` but I assume this is
'more efficient')

TjL



Messages sorted by: Reverse Date, Date, Thread, Author