Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <37C3DF2B.2D75F0F@tbit.dk> Date: Wed, 25 Aug 1999 14:18:51 +0200 From: Kim Poulsen Organization: Ericsson Telebit A/S X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 CC: "cygwin AT sourceware DOT cygnus DOT com" Subject: Re: How do I list subdirectories? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Clark Sims 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? ls -lR or if you only want the subdirs ls -F |egrep \/ grep'ing for *\/ will search for files ending with '*/' which is hopefully none. -- Kim Poulsen, B.Sc.E.E, System Developer HW Ericsson Telebit A/S Tel: + 45 86 28 81 76 Fabriksvej 11 Fax: + 45 86 28 81 86 DK-8260 Viby J E-mail: info AT tbit DOT dk Denmark URL: http://www.tbit.dk/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com