public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: John Wiersba <John.Wiersba@medstat.com>
To: "' Clark Sims '" <clarksimsgnu@my-Deja.com>,
	cygwin@sourceware.cygnus.com
Subject: RE: How do I list subdirectories?
Date: Wed, 25 Aug 1999 08:06:00 -0000	[thread overview]
Message-ID: <03F4742D8225D21191EF00805FE62B990205E29E@AA-MSG-01> (raw)

ls -F | grep /$
works.  I'm not sure why you used egrep or *\ in your version.  BTW, ls -F
won't catch directories which start with . (use -A) and it won't catch
symlinks to directories (use -L).

> -----Original Message-----
> From: Clark Sims [ mailto:clarksimsgnu@my-Deja.com ]
> Sent: Wednesday, August 25, 1999 8:13 AM
> To: cygwin@sourceware.cygnus.com
> Subject: How do I list subdirectories?
> 
> 
>  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?
> 
> Thanks in Advance,
> 
> Clark Sims
> 
> 
> --== Sent via Deja.com http://www.deja.com/ ==--
> Share what you know. Learn what you don't.
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

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

WARNING: multiple messages have this Message-ID
From: John Wiersba <John.Wiersba@medstat.com>
To: "' Clark Sims '" <clarksimsgnu@my-Deja.com>,
	cygwin@sourceware.cygnus.com
Subject: RE: How do I list subdirectories?
Date: Tue, 31 Aug 1999 23:49:00 -0000	[thread overview]
Message-ID: <03F4742D8225D21191EF00805FE62B990205E29E@AA-MSG-01> (raw)
Message-ID: <19990831234900.hUPrtfkSny2SNdwL08o6N3wGVSHFj9ou_jz88kYY-Tk@z> (raw)

ls -F | grep /$
works.  I'm not sure why you used egrep or *\ in your version.  BTW, ls -F
won't catch directories which start with . (use -A) and it won't catch
symlinks to directories (use -L).

> -----Original Message-----
> From: Clark Sims [ mailto:clarksimsgnu@my-Deja.com ]
> Sent: Wednesday, August 25, 1999 8:13 AM
> To: cygwin@sourceware.cygnus.com
> Subject: How do I list subdirectories?
> 
> 
>  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?
> 
> Thanks in Advance,
> 
> Clark Sims
> 
> 
> --== Sent via Deja.com http://www.deja.com/ ==--
> Share what you know. Learn what you don't.
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

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

             reply	other threads:[~1999-08-25  8:06 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-25  8:06 John Wiersba [this message]
1999-08-31 23:49 ` John Wiersba
  -- strict thread matches above, loose matches on Subject: below --
1999-08-25 14:23 13mb80000-HallM(DR3132)37x10
1999-08-31 23:49 ` 13mb80000-HallM(DR3132)37x10
1999-08-25 13:41 13mb80000-HallM(DR3132)37x10
1999-08-31 23:49 ` 13mb80000-HallM(DR3132)37x10
1999-08-25 10:04 John Wiersba
1999-08-25 12:07 ` Joshua Rosen
1999-08-31 23:49   ` Joshua Rosen
1999-08-31 23:49 ` John Wiersba
1999-08-25  6:44 Earnie Boyd
1999-08-31 23:49 ` Earnie Boyd
1999-08-25  6:10  Clark Sims 
1999-08-25  7:36 ` Keith Starsmeare
1999-08-31 23:49   ` Keith Starsmeare
1999-08-25  9:26 ` Joshua Rosen
1999-08-31 23:49   ` Joshua Rosen
1999-08-25 18:15 ` Ajit George
1999-08-26 12:25   ` Josh Baudhuin
1999-08-31 23:49     ` Josh Baudhuin
1999-08-31 23:49   ` Ajit George
1999-08-31 23:49 `  Clark Sims 
1999-08-25  5:24 Earnie Boyd
1999-08-31 23:49 ` Earnie Boyd
1999-08-25  5:13  Clark Sims 
1999-08-25  5:20 ` Kim Poulsen
1999-08-31 23:49   ` Kim Poulsen
1999-08-31 23:49 `  Clark Sims 

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03F4742D8225D21191EF00805FE62B990205E29E@AA-MSG-01 \
    --to=john.wiersba@medstat.com \
    --cc=clarksimsgnu@my-Deja.com \
    --cc=cygwin@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).