X-Spam-Check-By: sourceware.org Message-ID: <45D4CF8A.2070801@bonhard.uklinux.net> Date: Thu, 15 Feb 2007 21:24:26 +0000 From: fergus User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Cygwin ML CC: fergus Subject: Re: Windows' dir /s /b equivalent Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com What about something along the lines of these examples? find . find . | sort find /usr/local | sort also find . -type d # to list just directories find . -type f # to list just files find . -type l # to list just links Any use? Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/