How do I list subdirectories?

Earnie Boyd earnie_boyd@yahoo.com
Tue Aug 31 23:49:00 GMT 1999


---  Clark Sims  <clarksimsgnu@my-Deja.com> wrote:
>  In the FSF version of bash
> ls -F | egrep *\/
> listed all of the subdirectories of the current working
> directory.
> In the Cygwin version the same command produces no
> output.
> 
> How do I list the subdirectories of the current working
> directory?
> 

Doesn't the egrep need to be `egrep .*\/'?  The period indicates any character,
the * indicates any number of the preceding character.  Therefore to match what
you want you need to specify .* to mean any number of any character.

===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


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



More information about the Cygwin mailing list