How do I list subdirectories?

Keith Starsmeare kxs@bigfoot.com
Tue Aug 31 23:49:00 GMT 1999


> >> How do I list the subdirectories of the current working
> >> directory?

I use:

ls -d `find * -type d -prune -print`

which I alias to lsd - trippy!

Keith

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list